Title: Hide on specific page?
Last modified: February 27, 2017

---

# Hide on specific page?

 *  Resolved [HexEgg](https://wordpress.org/support/users/hexegg/)
 * (@hexegg)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/hide-on-specific-page/)
 * Hi and first of all let me thank you for such a great and easy to use plugin!
   
   I have a problem though and would appreciate if you help me out.
 * Theplugin conflicts with Simple Calendar plugin. Specifically this happens: if
   you visit my page [http://vivaquest.ru/kalendar/](http://vivaquest.ru/kalendar/)
   you’ll see that the info bubbles witch appear if you hover over an event of the
   calendar are being pushed down (try to scroll down the page a bit before hovering
   over an event) if the Notification Bar is active on this page.
 * Thus my question is if there is a way (a JS code maybe) to fix this behaviour?
   Or how do I disable the Bar only on this page?
 * Thank you!

Viewing 1 replies (of 1 total)

 *  Plugin Author [MyThemeShop](https://wordpress.org/support/users/mythemeshop/)
 * (@mythemeshop)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/hide-on-specific-page/#post-8892734)
 * Hello,
 * Sure! Kindly add the following CSS (Appearance > Customizer > Additional CSS)
 *     ```
       .page-id-43 .mtsnb { display: none !important; }
       ```
   
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘Hide on specific page?’ is closed to new replies.

 * ![](https://ps.w.org/wp-notification-bars/assets/icon-256x256.png?rev=2658291)
 * [WP Notification Bars](https://wordpress.org/plugins/wp-notification-bars/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-notification-bars/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-notification-bars/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-notification-bars/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-notification-bars/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-notification-bars/reviews/)

## Tags

 * [conflict](https://wordpress.org/support/topic-tag/conflict/)

 * 1 reply
 * 2 participants
 * Last reply from: [MyThemeShop](https://wordpress.org/support/users/mythemeshop/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/hide-on-specific-page/#post-8892734)
 * Status: resolved