• Hi

    I am using your theme for a contest published on eassymo.com What I woudl like to know is how can I remove the “Read More” button that appears on the main page

    Thanks in Advance for your help

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    You can hide it with css. Try below css code:

    Note: Don’t modify your theme. Use child theme for any modification.

    .btn-readmore{
      display: none;
    }

    Hope this will help you.

Viewing 1 replies (of 1 total)
  • The topic ‘Read More Button’ is closed to new replies.