How can i change the color of the Bottom Black Block

GK User
Wed Sep 14, 2011 5:13 pm
I want to change the color of the black box at the bottom of this template. how do i do that?
thanks for the support.
Please check the image attach to check out which box i'm talkin about.

black block module.jpg
User avatar
Fresh Boarder

GK User
Wed Sep 14, 2011 11:40 pm
Look in template.css line 98 in template foldercss following code #000000 is the black colour you see in those blocks

Code: Select all
#gk-bottom-wrap {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 12px;
    overflow: hidden;
}
User avatar
Platinum Boarder

GK User
Thu Sep 15, 2011 3:19 pm
thanks i was able to change the color.
User avatar
Fresh Boarder


cron