We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

how to change header background color | Forum

Topic location: Forum home » Development » Themes
Karen
Karen Jun 30 '12
I'm trying to change the header background color on the graphite theme to white, I changed it in the css .ow_top
{
border-bottom: 1px solid #999;
    position: relative;
    height: 135px; /** OW_Control type:text, key:headerHeight, section:1. General Settings, label: Page header height **/

    background-color: #ffff;
}

.ow_header{
  
    background-color: #ffff;
 
}

that didn't work, so I made the ow_themes/graphite/images/top-bg.png white and ftp'd it up overwriting the old one but still the gray background color appears. anyone know how to change that?  http://lilycreek.net/iheart/
Great_Day
Great_Day Jun 30 '12
Did you enable Dev mode in your config file (replace false with true)?
Michael I.
Michael I. Jul 1 '12
Topic was moved from General Questions.