Changing background in blog posts
-
I am in the edit themes menu.
I am in the styles.css section and I would like to change the background of the blog to transparent so you can see the real color of the site. If that is not possible I would like to change it to black and change the lettering to a deep red for each individual heading.
Our site is here https://www.modern-muscle.com/gallery/9-second-camaro
and our boddy is this
body {
/*background: #666666;*/
background: #000000 url(images/bg.gif) top center repeat-x fixed;
width: 980px;
color: #222222;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
margin: 0px auto 0px;
padding: 0px;
}What do I need to adjust and is this the correct area to adjust?
Thanks,
Savi
- The topic ‘Changing background in blog posts’ is closed to new replies.