Change suffix color " dark" to other color

GK User
Fri Jan 04, 2013 11:52 am
Hello,

How do i change the suffix color of " dark" to red for example?

Also the mainmenu en and the bottom 1,2,3,4 need to get an other color.

I hope you can help me. Thank you.
User avatar
Senior Boarder

Konrad M
Fri Jan 04, 2013 12:28 pm
Hi,
to change both please add to override.css
Code: Select all
.box.dark {
background: #000000 !important;
}
#gkBottomWrap {
background: #111111 !important;

}

and set your own color values for them. Remember to enable override.css option in template settings.
User avatar


cron