Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #277855

    Hello. I was hoping there was an easy way to potentially do two things:

    1) change the header text color for the phone number and email address on my site at the top from grey to white so that it is easily visible to the viewer.

    2) change the color of the social icons in the top left of the header to white as well.

    Thank you in advance for your reply.

    #277902

    Hey!

    Try adding this code to the Quick CSS:

    #header_meta * {
        color: white;
    }

    Cheers! 
    Josue

    #277930

    Thanks, it worked amazingly!

    #277934

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing Header Text Color’ is closed to new replies.