[SOLVED] Delete Black Area

GK User
Thu Oct 13, 2011 12:15 am
Dear Member,
Help me please to delete the Black Area:
Image
User avatar
Fresh Boarder

GK User
Thu Oct 13, 2011 3:25 am
Add following into your override.css file and make sure CSS override is enabled from template features.

Code: Select all
#gkWrapperTop {
    background: none repeat scroll 0 0 transparent;
}
#gkMainNav {
    background: url("../images/menu_bg.png") repeat-x scroll 0 21px transparent;
}
#gkTopNav {
    display:none;
}
User avatar
Platinum Boarder


cron