Home Forums Square Disable the Featured Section on the Home Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2983
    andrewianlamb
    Participant

    How can I disable the Featured Section in the same way as I can (and have) disabled the About Section and Tab Section? Many thanks.

    #3057
    Hash
    Keymaster

    Hi,

    There is no option to disable the featured section but you can do it with some custom CSS. Go to customizer panel and add the below custom CSS in the Additional CSS field

    #sq-featured-post-section{
    display: none;
    }
    #49332
    Anonymous
    Inactive

    Is there any way to hide slider section with css?

    #49444
    Hash
    Keymaster

    Yes, use the below CSS code

    
    #sq-home-slider-section{
    display: none;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.