badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Slider only on Homepage

#3828
Rabin Shrestha
Participant

Hi bluesky,

We don’t have direct option but You can use this custom css to hide the slider in blog page

.blog .featured-slider {
    display: none;
}

Paste the above CSS in your Custom CSS box in theme option panel

Rabin