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

    (@hchouhan)

    Hey Waltark,

    While there is no built-in feature to keep it always visible, if you are comfortable adding custom CSS to your theme, you can try adding below CSS code which will hide the “Close” button. That way user won’t be able to hide the top bar.

    #mailchimp-top-bar.mctb-medium .mctb-close {
      top: 6.25px;
      font-size: 20px;
      display: none !important;
    }

    Do let me know if it helps.

    Hi there. I tried the code but it didn’t do anything for me. When someone closes it, my logo gets pushed down and overlaps with other images on my site. Did I miss something?

    My website is here: https://brittneydacosta.com

    #mailchimp-top-bar.mctb-medium .mctb-close {
    top: 6.25px;
    font-size: 20px;
    display: none !important;
    }

    Plugin Contributor Lap

    (@lapzor)

    Hi, could you please try

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

    and see how that works out on your website?

    Plugin Contributor Lap

    (@lapzor)

    Also I notice some unexpected code that I think should not be there at the bottom of https://brittneydacosta.com/wp-content/plugins/mailchimp-top-bar/assets/css/bar.min.css?ver=1.2.7

    Maybe someone manually added the following code, please *remove* this and see if you get better results.
    @media(max-width:360px)
    {
    .mctb{position:absolute !important; top:131px !important;}
    }
    @media(max-width:960px)
    {
    .mctb{position:absolute !important; top:51px !important;}
    #branding{margin-top:64px !important;}
    .mctb-close{float:right !important;}
    .nav-menu{z-index:99999999 !important;}
    }

    I just used the code: .mctb-close { display: none !important; } and it works perfectly now. I didn’t even have to go in and remove the other code.

    Thank you so much!

    Plugin Contributor Lap

    (@lapzor)

    Please make your window size smaller to see the results of that other code that i still advice you to remove.

    Hmm, ok. I’d like to try to remove it but I can’t find it to delete it. I’m not particularly tech savy. I’m looking it “edit CSS” in my wordpress admin.

    I figured it out and removed it. The only difference I see is that it’s not showing up on my mobile version now.

    The problem now is that the form isn’t working at all. When anyone tries to subscribe, they get an “oops” message.

    Plugin Contributor Lap

    (@lapzor)

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remove Hide/Unhide option’ is closed to new replies.