Plz help,how to change the font color and bar color?

GK User
Mon Apr 25, 2011 8:10 am
hi

how to change the font color and bar color?


Picture-8.jpg


Thank you
Jack
User avatar
Junior Boarder

Konrad M
Tue Apr 26, 2011 7:33 am
Hi
You want to change it for all in this style color ?
User avatar

GK User
Thu May 12, 2011 6:42 am
Hi

Yes, all the style color

Thank you
User avatar
Junior Boarder

Konrad M
Fri May 13, 2011 7:21 am
Go to style3.css and find
Code: Select all
#header .moduletable > h3, #gk-container .moduletable > h3, #gk-container .moduletable_menu > h3, #gk-container .moduletable_text > h3, .header_right > .moduletable_content > h3 {
    background: none repeat scroll 0 0 #CA002E;// here change background color
}


and color you will change in template.css
Code: Select all
#header .moduletable > h3, #gk-container .moduletable > h3, #gk-container .moduletable_menu > h3, #gk-container .moduletable_text > h3, .header_right > .moduletable_content > h3 {
    background: none repeat scroll 0 0 #FFAE00;
    color: #0D0D0D; // here
    float: left;
    font-size: 150%;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    text-transform: uppercase;
    width: auto;
}
User avatar


cron