Remove the slider/post carousel
- The topic ‘Remove the slider/post carousel’ is closed to new replies.
Need help? Check out our Support site, then
Hi – Is there a way to remove the slider/post carousel from the homepage (using Profile theme)? I feel like it’s not really needed on my site. Thanks!
The blog I need help with is: (visible only to logged in users)
Hello, you can add the following CSS within the Additional CSS section in your customizer by copying/pasting the following:
#slideshow {
display: none;
}
This should hide the slider at the bottom of the homepage.
It worked. Thank you so much!