Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey Matt,

    While there is no option to hide it from our plugin settings, you can however use CSS to hide the close button. Please find the CSS below that you can use to hide the button:

    .mctb-close {
        display: none !important;
    }

    I hope that helps.

    Hey Harish,

    Thanks for posting the CSS code. But when i use the CSS code. The Mailchimp topbar disappears after a succesful subscription with succes message. So maybe you can help me and the others out with a better solution for the bar to keep displayed above the header and still working correctly?

    Thank you already!

    Greets,

    Marco

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Keep bar always displayed on website (version 1.2.6)’ is closed to new replies.