Hi,
I have been trying to edit the font colour for the page links in the header menu of the Enfold theme.
Having used the recommended quick CSS code in the general styling section I have only been able to change the colour of the page link for the active page. The other links in the menu are white and I would like to have the same colour for all of these links.
Help would be much appreciated!
Regards
Hi again,
I am also wondering if it is possible to customise the header menu font colour for each page?
On my website each page has it’s own background image/colour in the header menu area and it would be good to be able to customise the font colour to suit.
Thanks
Hey!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links”.
Can you post the link to your website please?
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-11 .av-main-nav > li > a .avia-menu-text {
color: white!important;
}
Regards,
Yigit
Hi!
I have tried that however it doesn’t seem to work. The text font colour in the menu header is the same on all pages. I have tried several different colours and I cannot see any changes occurring. Am I missing something?
Cheers
Hey!
The problem is that the greater than signs didn’t get copied correctly, make sure it’s exactly like this in the Quick CSS;
.page-id-11 .av-main-nav > li > a .avia-menu-text {
color: white !important;
}
Best regards,
Josue
Hi Josue!
Thanks for that. You were right, it was a problem with copying out of gmail as opposed to directly from the forum.
Cheers :-)