How do I change the color of the text in the header. It's white now and I would like it orange. http://www.costumes-n-masks.com
How do I change the color of the text in the header. It's white now and I would like it orange. http://www.costumes-n-masks.com
Try editing custom.css and changing:
.custom #logo a {
color:#FFFFFF;
font-family:"American Typewriter","Trebuchet MS",Verdana,sans-serif;
}
to
.custom #logo a {
color:#EB7E32;
font-family:"American Typewriter","Trebuchet MS",Verdana,sans-serif;
}Hi,
You need to edit style.css file of your theme and edit the header style color with your required color.
Thanks,
Shane G.
Oops forgot to thank you both for the help.
This topic has been closed to new replies.