• Resolved fechto

    (@fechto)


    For some reason when I hover over links in the menu they have a gray background…even though I went so far as to comment them out in the style.min.css file.

    I have commands written in my child theme’s css theme..even usinng !important…no idea what the issues is.

    Anyone out there know?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there,

    Hope you’re well today!

    Are you referring to the gradient color on menu links or the regular hover background color. There are two different hover background colors one on the actual link and the other on menu li.

    Could you please post a link to your site so I can take a look? Also you shouldn’t edit theme core files, I suggest either using child theme or add custom CSS in Appearance >> Theme Options >> CSS Styles >> Custom CSS.

    Best regards,
    Bojan

    Thread Starter fechto

    (@fechto)

    site is here: http://www.marketingtops.net/

    I thought there was a style on the li, but couldn’t find it, so I just commented them out. That’ll be overwritten in the next update anyway I think.

    Thanks a bunch and please let me know what you find1

    Hey again fechto,

    I’ve found that there is a background color on li hover and it can be removed with some custom CSS:

    ul.menu>li:hover {
    background: none;
    }

    That’ll be overwritten in the next update anyway I think.

    This is exactly why I suggested not editing theme core files. If you use child theme and add code to it’s style.css all changes will be saved when you update parent theme.

    Hope this helps 🙂

    Cheers,
    Bojan

    Thread Starter fechto

    (@fechto)

    Hey Bojan,

    Sorry – totally gapped on this. Thanks for the info!

    Aaron

    Glad I could help 🙂

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing the hover style on menu links’ is closed to new replies.