Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1399782

    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 ;)

    #1399791

    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>
    
    #1399817

    Great thanks ;)

    #1399819

    Please add to code to change text color ;)

    #1399821

    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

    #1400034

    Thanks thats it

    #1400038

    Hi,

    You are welcome!

    Let us know if you have any other questions and enjoy your weekend.

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to add a Read more in a textbox’ is closed to new replies.