Disabling Featured Content Boxes (Top and Bottom)

  • Author
    Posts
  • #59835

    Hello. I want to display just basic static content on my home page. I’ve managed to remove the icon blocks by simply disabling each one. However, my blog posts are still visible on my home page, and they are duplicated. This appears to be the default content of both the ‘Featured Boxes Top’ and ‘Featured Boxes Bottom’ sections. There is a ‘Boxes Content’ config field for both sections, with an option to ‘disable’, but when I select this option, my blog posts are still populated on the home page.

    How can I remove these sections? thx.

    #59925

    Posting an interim solution for disabling the Featured Boxes sections. The CSS class names are #lp-boxes-1 and #lp-boxes-2, so just add this line into the additional CSS tab in customizer:

    #lp-boxes-1, #lp-boxes-2 {
    display: none !important;
    }

    I presume this is what should be happening when they are set to ‘disabled’ in the UI.

    • This reply was modified 6 years ago by jakebryant.
    #60006
    Zed
    Cryout Creations mastermind

    All landing page sections can be independently configured (and disabled) from the theme’s options:
    https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-landing-page-feature


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Disabling Featured Content Boxes (Top and Bottom)’ is closed to new replies.