CSS Help

Oleh

New Member
So I'm using a freewebs website, and one of there templates, and am trying to change a couple of things, I've figured out how to change the colors of some of the stuff, but the othesr, I'm just lost at. Below is a screenshot of my site, the areas that I have changed (Blue, Green, Yellow), and the codes I used, and the areas I want to change (Red) any help?

P.S. if you're wondering, I want to change the font color.
P.S.S. I'm using the built-in "Advanced" editor in the template editing section.

Blue: #fw-mainColumn {color:#0195BC !important; !important; !important;}
Green: a.section {color:#FDD017 !important; font-size: 10px !important; !important; font-weight: Bold !important;}
Yellow: #fw-sidebar {color:#0195BC !important; !important; !important;}
Red: I want
28k3itf.png
 
Last edited:

love

New Member
/* for logo*/
#fw-title{
color: #ccc;
}
/* for logo tagline*/
#fw-smalltitle{
color:#ccc;
}
/* for welcome*/
.fw-title{
color:#ccc;
}
/* for right member area heading*/
.fw-title{
color: #ccc;
}


change the value of color ...as per ur requirement..
cheers.
 
Top