Thanks.
The foreground change is not changing the entire page and I still see white color in all modules. Check my website
www.socialite.in (I need all white color changed)
Also, I have changed the background color of main menu but still when I take the cursor around it shows a shade of red color. Can I change setting so I can change all RED color shades on page to some other color?
Please help me I am very close finishing it.
Konrad M wrote:Hi
Sorry for delay, please add to override.css
- to change body background:
- Code: Select all
body {
background:#F6F6F6;
}
- to change foreground:
- Code: Select all
#gkPageWrap {
background:#ffffff;
}
This top line is a background image
- Code: Select all
#gkPage {
background-image: url("../images/style2/colorbar.png");
}
try edit it and about menu color you mean color when you are hovering menu item ?