• Resolved mmdwhitlock

    (@mmdwhitlock)


    Hello! The banner is working well so far, but I’d like to know how to disable it only certain pages. I appreciate any assistance you could provide.

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hey, glad you like the plugin. Unfortunately there is no way to achieve this with the current plugin. The only way to do so would be to add a plugin that allows custom css to the entire website and add specific classes to the body element of each page. Then you could add

    
    body.custom-class .simple-banner{
        display: none;
    }
    

    I will consider adding a feature like this to the pro version I am developing.

Viewing 1 replies (of 1 total)
  • The topic ‘Disable Banner on Certain Pages’ is closed to new replies.