How to change modules header color

GK User
Mon Jan 30, 2012 4:48 pm
All the modules that came with the sporter template have black header and white font.

header_module_culori.jpg


Where can i find the css codes to change them. It isi to much black around the site layout :).

I wanna use light blue and black font.
User avatar
Senior Boarder

GK User
Mon Jan 30, 2012 5:43 pm
Hi.
You can change it in template.css file in the following line:
Code: Select all
 #mainPage .box > h3, #mainPage .box_text > h3, #mainPage .box_menu > h3 {
background: black;
height: 38px;
line-height: 38px;
color: white;
padding: 0 18px;
}
User avatar
Platinum Boarder

GK User
Tue Jan 31, 2012 11:29 am
Hi,

I think it's better to make the css customizations on the override.css file.

For the next update of template.

Regards,

Ryo
User avatar
Senior Boarder


cron