Best Premium and Free WordPress Themes › Forums › Education Base Pro › Disable the slider on certain pages? › Reply To: Disable the slider on certain pages?
November 13, 2017 at 3:08 pm
#21965
acmethemes
Keymaster
You need to add this CSS code for that case,
.single .inner-main-title {
display: none;
}
This only hides on the blog post, not on the page.
Thank you