Disable the slider on certain pages? - Acme Themes

Best Premium and Free WordPress Themes Forums Education Base Pro Disable the slider on certain pages?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #21857
    bregtv
    Participant

    Is it possible to disable the slider on certain pages? We want to disable the slider on individual post pages.
    Thanks!
    Bregt

    #21863
    acmesupports
    Moderator

    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

    #21865
    bregtv
    Participant

    My fault.. it’s indeed the “inner page header” I want to disable…
    I’ll try this!

    #21896
    acmesupports
    Moderator

    Thank you, please try it.

    #21897
    acmesupports
    Moderator

    Thank you, please try it.

    #21961
    bregtv
    Participant

    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)?

    #21965
    acmesupports
    Moderator

    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

    #22024
    bregtv
    Participant

    Perfect! Thanks!!!

    #22025
    acmesupports
    Moderator

    Thank you so much !

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.