Hi,

I want to change color background in this theme. I want all web in one color different. How I could change ???

Thanks,

Comments

ajross’s picture

Status: Active » Postponed (maintainer needs more info)

You just need to override the background color for the body. Look in base-colors.css to find what you need to copy and override, based on what you selected as the background color in the theme configuration settings. If you just selected white, then there is no extra class, you just need to override:

body {
  background-color: #FFF;
}

Follow the instructions in sample.local.css to add your own styles there.

FYI, I am not maintaining this version of the theme any longer and am recommending anybody who is able to instead switch to the newest version, which is based on AdaptiveTheme.

ajross’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (won't fix)