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.
Hey!
Try adding this code to the Quick CSS:
#header_meta * {
color: white;
}
Cheers!
Josue
Thanks, it worked amazingly!
You are welcome, always glad to help :)
Regards,
Josue