Hi Enfold
I need to hide a lot of text in a text box, it’s not a post it’s text on a page.
How is that done, do I need a plugin for this? if that is the case which one will do the trick?
Right now I’m trying the plugin WP-ShowHide, but I can’t change the english words to my own, so that looks awkward on my site.
Thanks ;)
it has to be in a text-block alb ?
Or can you use the accordion alb instead. ?
by the way – on a text-block the trick via details will work :
<details>
<summary>read more …</summary>
<p>Here comes the hidden text inside</p>
</details>
Great thanks ;)
Please add to code to change text color ;)
Hi,
Would you like to change the text color of the “read more” text? If so, please add the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling tab
summary {
color: red;
}
If this isn’t what you meant, please elaborate.
Best regards,
Yigit
Thanks thats it