If you’re looking to change just the hover color of the drop down part of the menu this should work in Appearance->Customize->Additional CSS
#pre-header .header-links .sub-menu li a:hover {
color: red !important;
}
You may or may not need the !important part of the code, try it first without but if it doesn’t work then add it in and it should work
Hmmm, still isn’t working.
Do you have a link to your live site where the theme is active so I can take a closer look at the code?
Yes, thank you! I probably added code that is causing the problem.
http://box5256.temp.domains/~rayofmor/
Hmm I just get a A new WordPress site is coming soon message for that URL, most likely have to be logged in in order to see it. Do you know if you’re able to publish the site so it goes live so normal traffic can see it?
Why do I keep getting this message? Ive registered and transferred domain name.
“Warning! Domain mapping upgrade for this domain not found. Please log in and go to the Domains Upgrades page of your blog to use this domain.”
I see it loading now at the URL you provided previously. Try this CSS in the Additional CSS window
#header-links .sub-menu li a:hover {
color: red !important;
}
Oh my gosh! Yes! Thank you, thank you!
You are awesome!
Celeste