• I need to change the main navigation menu hover colour. Right now it’s white on white, which is a bit of an issue. I found what I thought was the right bit of code to change, but it didn’t work, probably because I have no idea what i am doing. This is the part of the code for the navigation menu as is right now. I put in the colour I want (#e8ae00), but nothing happened.

    main-navigation a:hover,
    .main-navigation li.focus > a {
    color: #e8ae00;
    }

    What am I doing wrong?

    website https://www.devikauryoga.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sam

    (@soumendra)

    Hello,

    You need to add this CSS in your Custom CSS for achieving that:

    [ Moderator note: link redacted, please do not send people to your site that way. ]

    .main-navigation ul li a:hover {
        color: #e8ae00;
    }

    Hope that helps.

    Thank you.

    • This reply was modified 8 years, 3 months ago by Jan Dembowski.
    Thread Starter daniellesastrawan

    (@daniellesastrawan)

    this might sound like a stupid question, but you mean replace the current coding with the snipet you just gave me, in addition to (before or after?) or do I need to be putting that somewhere other than the editor/style.ccs?

    I am learning all this on the fly….

    I looked up the link you attached and am downloading the WP Add custom CCS plugin and will try that and see how it goes.

    Thread Starter daniellesastrawan

    (@daniellesastrawan)

    oh my god… it works! I downloaded the WP Add Custom CCS plugin (https://www.ads-software.com/plugins/wp-add-custom-css/) and just put the text in there.

    I am seriously learning this as I go. My webguy crapped out on me and is taking too long to do stuff, so I figured I will just learn on my own. Thanks for adding the link to the plugin or I would have never figured it out.

    I really have to thank you and all of the WP admin answering questions for your patience and the couple of other questions I have asked on the forum has helped me immensely.

    thanks so much!

    Sam

    (@soumendra)

    Pleasure to help you. ??

    Feel free to ask if you need any other help in future.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘NAvigation menu text hover colour’ is closed to new replies.