Hi Kriesi,
Is there any way to change the font color for header with social icons and bottom navigation?
For reference here’s the link to a project I’ve been working on: http://pbn.midosianturi.com/
I want the top navigation to have a white font color.
Thanking in advance,
MD
Hi midosianturi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
nav.sub_menu a { color: white; }
Best regards,
Yigit
Didnt do nothing…
Just to clarify, that code you gave me, to modify the font color right?
Hi!
Please add !important to the same code
nav.sub_menu a { color: white!important; }
Yes it will change font color
Regards,
Yigit
That does it Yigit!
Thanks a bunch!