Hello,
I'm trying to change the color on my page where the content goes. So my main page where it says welcome to squeegee prints, about, contact, etc.
squeegee-prints.wordpress.com
Thanks again!!!
The blog I need help with is squeegee-prints.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hello,
I'm trying to change the color on my page where the content goes. So my main page where it says welcome to squeegee prints, about, contact, etc.
squeegee-prints.wordpress.com
Thanks again!!!
The blog I need help with is squeegee-prints.com.
That is declared here and is an image (along with backup color declaration).
body.page-template-no-sidebar-php #main {
background: url("/wp-content/themes/premium/traction/images/main-body-fw.png") repeat-y scroll center top #E7E9EB;
}
To change it just using a color declaration, add this and change the color as desired.
body.page-template-no-sidebar-php #main {
background: #E7E9EB;
}
There is also a small strip at the top of that section, and the color for it is declared here:
body.page-template-no-sidebar-php #main-top {
background: #E7E9EB;
}
@thesacredpath
I tried that but its not working?
Any other suggestions? I'm trying to make the main pages on my site all white ( #FFFFFF )
Thanks
nevermind i figured it out! Thanks!
You are welcome.
This topic has been closed to new replies.