Hi, iam using the the Curtains Theme in the HTML Editor and I would like to know how do I change the background colors, and border colors and also make it show up on all my pages?
thanks
Changing Themes Background Color
you need to edit the file called default.css in the css folder,
if you look at the html you will see
since there is no id called index_page in the css we can add one and use it to override the parameters for the body tag.
just change #fff to the color you want, and ../images/body_bg.jpg to your image file, (uf you want to change the color of the burgundy) just check out the image that is there already and try to match it closely in size.
as for border color, dive into the same css file and around line 65 you will see #content here you can change the border colors.
Don't hesitate to drop on back if you need more help.
if you look at the html you will see
<body id="index_page">
since there is no id called index_page in the css we can add one and use it to override the parameters for the body tag.
#index_page {background:#fff url(../images/body_bg.jpg) 50% top repeat-x}
just change #fff to the color you want, and ../images/body_bg.jpg to your image file, (uf you want to change the color of the burgundy) just check out the image that is there already and try to match it closely in size.
as for border color, dive into the same css file and around line 65 you will see #content here you can change the border colors.
Don't hesitate to drop on back if you need more help.

Volunteering to help 
http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/

http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/
changing the css file will cause all your pages to also change as the css file is linked to your html pages.
Volunteering to help 
http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/

http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.