Hi guys,
I’m wondering how I should go about to change menu font color on a specific page as well as styling one specific menu item in a different color.
I have this code for styling the entire menu and it works great:
.page-id-190 .av_header_transparency #header_main .avia-menu-text, .page-id-142 .av_header_transparency #header_meta * {
color: #6b8bc8!important;
}
Then I have this code for styling a specific menu item, but the meny item still has the color of the entire menu from the previous code:
#menu-item-470 > a > .avia-menu-text {
color: white!important;
}
I can’t seem to get those two codes to work side by side.
Any suggestions?
BR, gorehalling
Hey gorehalling,
Can you give us a link to the page? so we can have a closer look.
Best regards,
Nikko
Hi Nikko, of course!
Hi,
Try adding this css code:
.page-id-468 .av_header_transparency #header_main #menu-item-470 > a > .avia-menu-text {
color: white!important;
}
Hope this helps :)
Best regards,
Nikko
Hi Nikko,
works like a charm – thank you very much for your help!!
BR, gorehalling
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay