Title: Hidden Element when inactive
Last modified: September 28, 2017

---

# Hidden Element when inactive

 *  [herzzii](https://wordpress.org/support/users/herzzii/)
 * (@herzzii)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/hidden-element-when-inactive/)
 * I would like to have my menu (element) hidden on the page until it gets to the
   scroll activated point.
 * This is a css element on the page rather than a menu, so the plugin would have
   to override the native pages css and hide the element.
 * is this at all possible with a quick hack?

Viewing 1 replies (of 1 total)

 *  [damiroquai](https://wordpress.org/support/users/damiroquai/)
 * (@damiroquai)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/hidden-element-when-inactive/#post-9540299)
 * I guess yes, something like CSS code bellow should work for you.
    Add it to plugin
   style css field (dashboard / settings / myStickymenu / style) and don’t forget
   to change .original-element class to your element class (it should be the same
   as Sticky Class)
 *     ```
       .original-element {
           opacity: 0;
       }
       #mysticky-nav .myfixed {
           opacity: 1;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Hidden Element when inactive’ is closed to new replies.

 * ![](https://ps.w.org/mystickymenu/assets/icon-256x256.gif?rev=2935479)
 * [My Sticky Bar - Floating Notification Bar & Sticky Header (formerly myStickymenu)](https://wordpress.org/plugins/mystickymenu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mystickymenu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mystickymenu/)
 * [Active Topics](https://wordpress.org/support/plugin/mystickymenu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mystickymenu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mystickymenu/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [damiroquai](https://wordpress.org/support/users/damiroquai/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/hidden-element-when-inactive/#post-9540299)
 * Status: not resolved