• Resolved ngoldsa

    (@ngoldsa)


    Hi,

    I’ve looked for an answer to this but so far not found anything that works. Is there an easy way to remove the ‘RECENT POSTS’ section from the sight pages?

    I’ve tried in settings but no joy.

    Many thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello ngoldsa,

    You can hide it with css. Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .recent-posts {
      display: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter ngoldsa

    (@ngoldsa)

    Yes – That worked a treat. Thank you ??

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    @ngoldsa if this solution worked for you, can you please marked it as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing ‘RECENT POSTS’ from ‘twenty eleven’ theme v Version 4.9.5’ is closed to new replies.