Hi
At http://www.capelliremi.co.uk/
Currently we have white for hover and active and an off white for standard menu hyper link anchor text.
How can I hvae it so all menu text is white, and hover/active goes gold? To include the sub menu / mega menu :S
Hey codecreative!
Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links”. Please do not forget to add the element twice and check “Apply only to mouse hover state” for hover state.
Cheers!
Yigit
hmm its failing to have the desired effect ive attached a screen shot
What is strange before I added the gold hover state all the text was white, once i added that it reverted the menu text to grey colour and the headings
https://www.dropbox.com/s/x0bj3py232awlrb/Screenshot%202014-12-31%2012.30.22.png?dl=0
the offending css for creating the sub menu header to grey is
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
color: #808080;
}
Where is this style coming from?
Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
Yigit
I’m almost there now
This was the right configuration for me
https://www.dropbox.com/s/01tuv3u8ozo5hkb/Screenshot%202014-12-31%2012.38.15.png?dl=0
Sorry for my mistake. How ever the sub menu headers are still grey. I have attempted this css to change it to gold but it failed
.av-subnav-menu a {
color: #9b762b!important;
}