This topic has 4 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler
Menu on hover
Hello,
Theme Options > Typography > Menu > set Hover and Active colors.
Regards
Thanks – that isn’t an option for me though? Is there a way for me to show you screen shots? I am only given a font color and no hover option at all.
Hello,
Sorry, my mistake.
Hover color http://prntscr.com/noji93 comes from Theme Options > Styling > Content > Main Color http://prntscr.com/nojirm
If you do not want to change the Main color, add this code in Theme Options > Styling > Custom CSS:
.menu > li > a:hover {
color: #ffe7b0;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up