Hi, I'm a complete wordpress newbie trying to make the background colors of the theme red, white and blue. If anyone could point me in the right direction it would be much appreciated, Thanks.
Change background colors
4 posts from 3 voices-
Posted 1 year ago #
-
Hey,
You can modify style1.css through your FTP.
But since you're not very familiar with WordPress I suggest you simply use Appearance > Editor and select Stylesheet or style.css.At the bottom of this file add the following
#headwrap{background:#ee0000; !important;} body{background:#00ee00 !important;} #footerwrap{background:#0000ee !important;}Every listed background has a hex color code which you can modify.
I hope this helps.
Cheers,
ChrisPosted 1 year ago # -
Awesome! It worked perfectly, thanks!
Posted 1 year ago # -
Hi,
Glad that Chris solved the problem for you. :)
Cheers,
IsmaelPosted 1 year ago #
Topic Closed
This topic has been closed to new replies.














