September 6, 2013 at 9:04 am
#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