Hide bar under menu

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Sun Jul 31, 2011 9:39 pm
Please, can somebody tell me how to hide that red bar under menu?

I don´t have any submenu

Thanks a lot
User avatar
Fresh Boarder

GK User
Mon Aug 01, 2011 4:23 am
I don´t know if this is the best solution, but I solve it changing heigh in this line of template.css

#gk-subnav { background: #6e9a1e; font-size:11px; height:30px; margin:0 2px; padding:0 0 0 18px; }

Thanks
User avatar
Fresh Boarder

teitbite
Mon Aug 01, 2011 3:48 pm
Hi

I think the best option is this code:

#gk-nav ul.level0 > li > div.childcontent {
display: none !important;
}

it will remove submenu, but please show me Your site first.
User avatar
Moderator


cron