Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3640583
read more button
Closed

Comments

  • adaparisi started the conversation

    Hallo, I'm sure it will be a simple thing, but I cannot find how and where to remove the READ MORE - LEGGI TUTTO button like in this Url, I need not to have hidden text on my pages. Can you help me? Thank you so much. Ada

  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .standard-content .penci-more-link {
        display: none;
    }

    Regards,
    PenciDesign.