top menu 1 position is empty but still showing background image

GK User
Tue Sep 27, 2011 7:15 pm
hi,

I disabled module from topmenu1 position but still it shows blue strip of menu (I have set style2), how do I remove this blue strip? there is nothing in topmenu1 position but its shows blue strip over main menu. please Help
User avatar
Fresh Boarder

GK User
Tue Sep 27, 2011 8:31 pm
You can enable CSS Override from template features and add below to override.css which will hide the topmenu block

Code: Select all
/* Hides Topmenu */
#gkTopMenu {
    display: none;
}
User avatar
Platinum Boarder

GK User
Tue Sep 27, 2011 9:23 pm
thanks, the problem is solved but search position have been hide, what to do now? thanks for your cooperation!
User avatar
Fresh Boarder

GK User
Tue Sep 27, 2011 10:00 pm
I thought you want to hide it completely. What is it you want to hide ?

Because this is how that module gets loaded.
Blue strip gets loaded which is topmenu
- then topmenu1 + Search goes over top of it.
So even if you disable topmenu1 blue strip will be there because you have search module enabled...
User avatar
Platinum Boarder

GK User
Wed Sep 28, 2011 7:11 pm
so can I make new position above main menu, to put search engine etc.. because there is no position in top right corner except register and login position but I could not use this position for other modules(its not work properly),

so if I wish to put some module in right top corner or left top corner then how can I do that, please help me because I want to put search engine and small menu bar and sharing option in top right or left corner but there is no position is there. thanks for your nice support :)
User avatar
Fresh Boarder

GK User
Thu Sep 29, 2011 6:33 am
See below link as i believe few members have done this already...

Code: Select all
https://www.gavick.com/forum/134-joomla-17/91621-how-to-add-banner-size-728x90-beside-of-logo.html
User avatar
Platinum Boarder


cron