• Resolved ardittoca

    (@ardittoca)


    Hi guys,

    Hope you’re doing well.

    I’m trying to use a new theme for my website, but I can’t remove from the homepage the section “Latest updates” that the theme had when Installed.

    Any one can help?

    • This topic was modified 2 years, 6 months ago by ardittoca.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @ardittoca ,

    There is an approach you could try:
    – Create an empty page and call it “Home
    – Set Settings > Reading > Your home page displays as A static page and set the “Homepage” option as your “Home” page

    Let me know if it helps 😉

    Theme Author WP News Theme

    (@wpnewstheme)

    Hi @ardittoca,

    Sorry for the late reply.

    An alternative approach would be to use CSS. Please try adding this to your “Customize > Additional CSS” option:

    
    section.blog-page {
        display: none;
    }
    

    Hope that helps. Please let me know if you have any questions.

    Theme Author WP News Theme

    (@wpnewstheme)

    I’m going to mark this thread as “resolved” for now, hope that’s ok. Please let me know if there are still any questions/issues.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t remove “Latest updates”’ is closed to new replies.