I’ve uploaded a .png file containing my logo — which contains black and red lettering on a white background — into my theme gallery. I would like white background to change color with the background color I select for the theme. Is there a way to do this?
Only if you make the white background on the logo transparent.
Aha! Thanks for the quick response.
Hi Daniel,
I am wondering if there is a way to change the color of the header? I uploaded my own personalized image with a black background and when you look at the page you will see white side panels. Is there any way to make these black?
http://www.gayanagphotography.com/wordpress
(still working on creating the page)
Thanks!
In style.css line 486, replace
border#FFF 5px solid;
with
border#000 5px solid;
then do the same on line 468
-
This reply was modified 12 years, 6 months ago by Daniel Tara.