StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   Simple Changes! (http://www.studiopress.com/support/showthread.php?t=13454)

degreenwood 09-02-2009 07:44 PM

Simple Changes!
 
How do you go about changing the color of the background? Mine is set for dark gray and I wanted to lighten it up. I'm also not sure how to add/remove/change headline navigation bars as well as navigation bars inside a post. My website (in the early stages) is www.hypnosishelpsyouloseweight.com.

Thanks!

David Greenwood

SoZo 09-02-2009 08:09 PM

Re: Simple Changes!
 
You can change the background color by opening style.css and changing the background value for the body selector.

For the headlines you would need to edit this selector
#contentleft h3, #contentfull h3 {
color: #111111;
font-size: 16px;
font-family: Tahoma, Arial, Verdana;
font-weight: normal;
margin: 0px 0px 5px 0px;
padding: 0px;
}

And I have no idea what you mean by "navigation bars inside a post", oh wait you probably mean the breadcrumb. That would be this selector
.postarea .breadcrumb {
background: #F7F7F7;
font-size: 11px;
text-transform: uppercase;
margin: 0px 0px 20px 0px;
padding: 5px 0px 5px 10px;
border: 1px solid #E6E6E6;
}


All times are GMT -5. The time now is 10:20 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.