• Resolved ncsfastaff

    (@ncsfastaff)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Peter Raschendorfer

    (@petersplugins)

    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

    Maybe there’s a difference when you’re logged in?

    Regards,
    Peter

    Thread Starter ncsfastaff

    (@ncsfastaff)

    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

    (@petersplugins)

    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.