Shape 5

Joomla Templates => Traction - Club => : enallax July 11, 2013, 06:58:34 PM



: change content white color and fonts color
: enallax July 11, 2013, 06:58:34 PM
Hello,

Can you please specify where to change the white color of the main body and the color of the fonts?
I want it dark with white fonts.

Thanks


: Re: change content white color and fonts color
: mikenicoll July 11, 2013, 07:16:11 PM
Hello,

1) If you are referring to just the Tab Show text color you can change that here:

#s5_tabshow_left {
color: #ff0000;}

2) You can control the background color here:

Template.CSS - Line 401

#s5_top_row2_area_inner, #s5_top_row3_area_inner, #s5_center_area_inner, #s5_bottom_row1_area_inner, #s5_bottom_row2_area_inner {
    background: none repeat scroll 0 0 #FFFFFF;
}

I would highly suggest watching the Firebug Video Tutorial on our site to easily identify CSS elements like this.

-Mike