Hi

I really like the theme, except the black nav bar is a little to harsh for my website. I'm using ver6. Is it possible for me to change the colour?

Thanks for any help given.

Comments

Deepika.chavan’s picture

Hi,
1. Please create a custom css file named say 'local.css' in your theme directory i.e. 'themes/pixture_reloaded/.' and add following line of code in pixture_reloaded.info file.
stylesheets[all][] = local.css
2. Please Clear Cached data.
3. Add following css in 'local.css' file to change the color of nav bar.

#primary {
  background-color:#55CCFF;
  padding: 5px 0;
}

Change the color value as per your requirement.

Rgrds,

Deepika Chavan.

Pete81’s picture

Many thanks :) Will do that now.

Pete81’s picture

Status: Active » Closed (works as designed)

Works a treat :)