Home › Forums › WoodMart support forum › Read more button for text block › Reply To: Read more button for text block
April 17, 2024 at 2:26 pm
#558005
Luke Nielsen
Keymaster
Hello,
You can try to use the code below:
.wd-collapsible-content.e-con:not(.wd-opened):after {
background: linear-gradient(to bottom, transparent 55px, currentColor 70px)
}
Then adjust the height here: https://prnt.sc/bunjSyP-WZRC
Kind Regards