Best Premium and Free WordPress Themes › Forums › Education Base Pro › Disable the slider on certain pages? This topic has 8 replies, 2 voices, and was last updated 5 years, 4 months ago by acmesupports. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts November 9, 2017 at 10:29 am #21857 bregtvParticipant Is it possible to disable the slider on certain pages? We want to disable the slider on individual post pages. Thanks! Bregt November 9, 2017 at 11:06 am #21863 acmesupportsModerator Hello bregtv, Don’t you need the slider section on inner pages? If so please add the below css codes on Appearance > Customize > Aditional CSS, .inner-main-title { display: none; } Hope this helps. Regards November 9, 2017 at 11:29 am #21865 bregtvParticipant My fault.. it’s indeed the “inner page header” I want to disable… I’ll try this! November 10, 2017 at 4:09 am #21896 acmesupportsModerator Thank you, please try it. November 10, 2017 at 4:09 am #21897 acmesupportsModerator Thank you, please try it. November 13, 2017 at 1:12 pm #21961 bregtvParticipant I mean: is it possible to hide “.inner-main-title” on the pages of a blogpost (single blogpost page) but NOT on other pages (pages within menus)? November 13, 2017 at 3:08 pm #21965 acmesupportsModerator 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 November 17, 2017 at 11:32 am #22024 bregtvParticipant Perfect! Thanks!!! November 17, 2017 at 11:49 am #22025 acmesupportsModerator Thank you so much ! Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Enter something special: Log In