Title: Cancels menu css
Last modified: June 30, 2018

---

# Cancels menu css

 *  Resolved [ncsfastaff](https://wordpress.org/support/users/ncsfastaff/)
 * (@ncsfastaff)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/cancels-menu-css/)
 * I am using pre-built Elementor nav menus and hooking the template shortcodes 
   into Generatepress at the header location. The hover css and colors seem to mess
   up on the 404 page. You may have to look at another page to see the difference
   in the hover actions. I have the “Activate Compatibility Mode” option set to 
   true. I love this plugin, but if I can’t figure out how to fix the css issue,
   I’ll have to not use it.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcancels-menu-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Peter Raschendorfer](https://wordpress.org/support/users/petersplugins/)
 * (@petersplugins)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/cancels-menu-css/#post-10453491)
 * I can see no difference between your 404 page and any other page on your site.
   The menu looks completely the same. Hover is working fine and the colors are 
   the same. I’ve tested it with Chrome, Firefox and Edge.
 * See screenshot here: [https://ibb.co/nrcEPy](https://ibb.co/nrcEPy)
 * Maybe there’s a difference when you’re logged in?
 * Regards,
    Peter
 *  Thread Starter [ncsfastaff](https://wordpress.org/support/users/ncsfastaff/)
 * (@ncsfastaff)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/cancels-menu-css/#post-10455842)
 * Yeah, I fixed it with some css just for that page. It’s the only page that it’s
   needed. I believe it’s got something to do with the way the wordpress core handles
   the 404 page serving.
 * a:hover {
    text-decoration: none; opacity: 0.8 !important; }
 * Hit F12 and see the addition. Remove that from the page css and you’ll see how
   it was acting originally.
 *  Plugin Contributor [Peter Raschendorfer](https://wordpress.org/support/users/petersplugins/)
 * (@petersplugins)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/cancels-menu-css/#post-10617231)
 * Nope, it’s not a WordPress issue.
 * The reason is some custom CSS code added by Elementor to that page.
 *     ```
       a:hover {
         text-decoration: none;
         opacity: 0.0;
       }
       ```
   
 * This code is added 4 times on your 404 page. It does not appear on other pages.

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

The topic ‘Cancels menu css’ is closed to new replies.

 * ![](https://ps.w.org/404page/assets/icon-256x256.png?rev=3345344)
 * [Smart Custom 404 Error Page](https://wordpress.org/plugins/404page/)
 * [Support Threads](https://wordpress.org/support/plugin/404page/)
 * [Active Topics](https://wordpress.org/support/plugin/404page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/404page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/404page/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Peter Raschendorfer](https://wordpress.org/support/users/petersplugins/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/cancels-menu-css/#post-10617231)
 * Status: resolved