Banner color (header1) and color switcher

GK User
Thu Mar 08, 2012 5:09 am
Hello,

In the demo the color of the Banner (in header 1) change with the color switcher.
How do you do that?
I've got banner.jpg, banner2jpg and banner2.jpg on the same directory. but I think I have to change some CSS.
How?

Thanks for your reply.

Mitch
User avatar
Fresh Boarder

Konrad M
Tue Mar 13, 2012 6:54 pm
Hi
Yes you have right. We have style1.css, style2.css and style3.css each one contains rule
Code: Select all
#gkPageTop.dark {
background: #151515;
}

with diffrent values.
User avatar

GK User
Tue Mar 13, 2012 9:01 pm
Ok thank for your reply.

I thing I have to change something with the content of the header 2 module (mod_news_pro_gk4).
In the demo the jpg change with the color.

i will try this
#gkBannerDemo {
width: 274px;
height: 149px;
background: transparent url('../../../images/demo/banner2.png') no-repeat 0 0;
}

Thanks
User avatar
Fresh Boarder

GK User
Tue Mar 13, 2012 9:26 pm
mitch621 wrote:i will try this
#gkBannerDemo {
width: 274px;
height: 149px;
background: transparent url('../../../images/demo/banner2.png') no-repeat 0 0;
}


It's correct for the css (style1, style 2, style3) with different JPG.
But I need to make something on "mod_custom" in header2... but what?

I try to write "gkBannerDemo" in the class suffix, without success.
User avatar
Fresh Boarder

Konrad M
Wed Mar 14, 2012 11:16 am
Please check if this module have added suffix. If yes probably suiffx class has diffrent colors in this files.
User avatar