Title: Remove Hide/Unhide option
Last modified: August 24, 2016

---

# Remove Hide/Unhide option

 *  Resolved [waltark](https://wordpress.org/support/users/waltark/)
 * (@waltark)
 * [11 years ago](https://wordpress.org/support/topic/remove-hideunhide-option/)
 * How would I remove the option to Hide the TopBar?
 * I want to make sure it is always available.
 * Thanks,
 * W
 * [https://wordpress.org/plugins/mailchimp-top-bar/](https://wordpress.org/plugins/mailchimp-top-bar/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [11 years ago](https://wordpress.org/support/topic/remove-hideunhide-option/#post-6174464)
 * 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.
 *  [lovelybrittney](https://wordpress.org/support/users/lovelybrittney/)
 * (@lovelybrittney)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-hideunhide-option/#post-6174619)
 * 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: [http://brittneydacosta.com ](http://brittneydacosta.com)
 * #mailchimp-top-bar.mctb-medium .mctb-close {
    top: 6.25px; font-size: 20px; display:
   none !important; }
 *  Plugin Contributor [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-hideunhide-option/#post-6174620)
 * Hi, could you please try
 * .mctb-close { display: none !important; }
 * and see how that works out on your website?
 *  Plugin Contributor [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-hideunhide-option/#post-6174621)
 * Also I notice some unexpected code that I think should not be there at the bottom
   of [http://brittneydacosta.com/wp-content/plugins/mailchimp-top-bar/assets/css/bar.min.css?ver=1.2.7](http://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](https://wordpress.org/support/users/media/)(
   max-width:360px) { .mctb{position:absolute !important; top:131px !important;}}
   [@media](https://wordpress.org/support/users/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;} }
 *  [lovelybrittney](https://wordpress.org/support/users/lovelybrittney/)
 * (@lovelybrittney)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-hideunhide-option/#post-6174622)
 * 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](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-hideunhide-option/#post-6174623)
 * Please make your window size smaller to see the results of that other code that
   i still advice you to remove.
 *  [lovelybrittney](https://wordpress.org/support/users/lovelybrittney/)
 * (@lovelybrittney)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-hideunhide-option/#post-6174624)
 * 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.
 *  [lovelybrittney](https://wordpress.org/support/users/lovelybrittney/)
 * (@lovelybrittney)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-hideunhide-option/#post-6174625)
 * 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](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-hideunhide-option/#post-6174626)
 * Please check [https://mc4wp.com/kb/fix-the-oops-something-went-wrong-error/](https://mc4wp.com/kb/fix-the-oops-something-went-wrong-error/)

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Remove Hide/Unhide option’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-top-bar/assets/icon-256x256.png?rev=1224622)
 * [MC4WP: Mailchimp Top Bar – Email Subscribe Notification Bar](https://wordpress.org/plugins/mailchimp-top-bar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-top-bar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-top-bar/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-top-bar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-top-bar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-top-bar/reviews/)

 * 9 replies
 * 4 participants
 * Last reply from: [Lap](https://wordpress.org/support/users/lapzor/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/remove-hideunhide-option/#post-6174626)
 * Status: resolved