Shape 5

Joomla Templates => Maxed Mag - Club => : joomguy2 September 15, 2011, 09:21:29 PM



: Changing the font color for main content
: joomguy2 September 15, 2011, 09:21:29 PM
Hey guys... another great template! One question... I changed the background color of the main template from white to color 1c1c1c How can I change the font so it's white or light blue for the content?


: Re: Changing the font color for main content
: jonahh September 18, 2011, 01:19:12 PM
Thanks! 

You should be able to change the article font color here:

template.css (line 716)

.s5_contentwrapper {
    background: url("../images/Shape5_MaxedMag_seperate.png") repeat-x scroll center top transparent;
    color: #3F3E3E;
    padding-top: 24px;
}

Regards,