Remove slider from some pages

How can I remove the slider from certain pages?

Hey there

I can help you with this, please provide URLs of the pages you want to remove slider from and i will generate custom CSS for you :slight_smile:

Hi,

I would like to remove it from these 2 pages:

  1. Homepage - https://www.topbookings.me
  2. https://www.topbookings.me/senior-travel-tours/

Thank you!

hey there

add this CSSĀ in appearance - customize - additional CSS

.home section.featured-slider {
display: none;
}

but i cant see the slider on the second page

Thanks!
Colorlib Support Team

Thanks! Is there a way to hide the menu as well for the homepage and the page above (https://www.topbookings.me/senior-travel-tours/)?

Good morning

yes, you can use this code:

.page-id-264 nav#main-nav,
.home nav#main-nav {
display: none;
}