- This topic has 3 replies, 3 voices, and was last updated 1 year, 2 months ago by Hash.
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- May 16, 2017 at 4:12 am #2983andrewianlambParticipant
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.
June 10, 2017 at 10:05 pm #3057HashKeymasterHi,
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; }
September 13, 2023 at 6:26 pm #49332AnonymousInactiveIs there any way to hide slider section with css?
September 18, 2023 at 11:37 am #49444HashKeymasterYes, use the below CSS code
#sq-home-slider-section{ display: none; }
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.