- This topic has 3 replies, 3 voices, and was last updated 4 days, 22 hours ago by
jhoney12.
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- May 16, 2017 at 4:12 am #2983
andrewianlamb
ParticipantHow 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 #3057Hash
KeymasterHi,
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 #49332Anonymous
InactiveIs there any way to hide slider section with css?
September 18, 2023 at 11:37 am #49444Hash
KeymasterYes, 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.