Disable lines (_warp...) in template

GK User
Mon Jan 30, 2012 6:43 pm
I would like to disable the lines that appear when an item or parameter that is a new category of blog type page format.
The link of an example where I would like to see off:

http://www.rainet.fr/demo3/index.php?op ... Itemid=155

I think is component_wrap or footer...

Thanks
User avatar
Gold Boarder

Konrad M
Thu Feb 02, 2012 9:35 am
Hi
Try add to override.css
Code: Select all
#gk-main #gk-top-nav {
    border:none !important;
}

and remember to enable override.css option in template settings
User avatar


cron