I´m using newscast minimal, and would like to change the background color (now is white).
How can I do that?
Thanks!
I´m using newscast minimal, and would like to change the background color (now is white).
How can I do that?
Thanks!
Hi saynw,
You'll need to edit line 1 of style3.css located in the theme's css folder (wp-content/themes/newscast/css/).
Here's the code:
body {
background: none repeat scroll 0 0 #CC3300;
color: #666666;
}
Regards,
Mya
You must log in to post.