Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #172932

    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

    #173067

    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

    #173107

    Didnt do nothing…

    Just to clarify, that code you gave me, to modify the font color right?

    #173219

    Hi!

    Please add !important to the same code

    nav.sub_menu a { color: white!important; }

    Yes it will change font color

    Regards,
    Yigit

    #173226

    That does it Yigit!

    Thanks a bunch!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing the Header font color’ is closed to new replies.