How to remove bottom background color

GK User
Tue Sep 20, 2011 6:24 am
Hello please assist me how to remove the bottom @ /* Bottom */ background color and make it transparent so the body background can show....

I manage to do with the top @ /* top */ but with the bottom @ /* Bottom */ i'm lost...

i want to make the website looks similar top and bottom...

this the test website for your to see and get the idea...

http://terasdata.com/newspn

i dont want the black bottom and just to make it transparent and only show the footer.jpg that i'll edit to look similar with the top.
User avatar
Fresh Boarder

GK User
Sat Sep 24, 2011 3:21 pm
Hello admin pls give some solution... I waiting... Its Urgent.
User avatar
Fresh Boarder

GK User
Sat Sep 24, 2011 8:46 pm
Try below in your override.css

Code: Select all
/* Removes background image from body */
body {
    background: none repeat scroll 0 0 transparent;
    color: #445566;
    line-height: 1.8;
    min-height: 100%;
}
/* Adds background image to whole page */
html {
    background: url("http://awesomewallpapers.files.wordpress.com/2010/05/white.jpg") no-repeat fixed 0 0 transparent;
    border-bottom: 1px solid transparent;
    min-height: 100%;
}
/* Adds background to bottom wrap - replace with any other image if you like */
#gk-bottom-wrap {
    background: url("../images/top_bg_blk.png") repeat-y scroll center 0 transparent;
    overflow: hidden;
    width: 100%;
}
User avatar
Platinum Boarder


cron