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

    Hi, I am using the non-fixed header with social icons and additional navigation. I see in the Header settings that changing the color of “Alternate Background color” will change the top bar background color. But how would I change the color of the text and social media boxes? I am using a darker color as the background for this top area and it looks like the default color is gray so the elements are hard to see. Thanks.

    #213590

    Hi mstell168!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .header_color .sub_menu>ul>li>a, .header_color .social_bookmarks a { color: white; }

    It will change the font color of social icons and secondary menu items to white

    Best regards,
    Yigit

    #213594

    Great, thanks for the quick reply. That worked for the social buttons on the left but how would I change the text on the right hand side? I have a telephone number there that is still showing as gray text.

    #213595

    Hi!

    Please add following code to Quick CSS as well

    .header_color .phone-info { color: white; }

    Cheers!
    Yigit

    #213596

    Awesome. Your support is top notch!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change top bar font and text color in header’ is closed to new replies.