Top Bar Nav Cloud Host

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Wed Apr 23, 2014 8:32 pm
Cloud Host Nav Bar
SENT: MON APR 21, 2014 2:43 AM BY JOSHUARAN
Is there a way to remove the topnav bar when you scroll down in the page? I. E. I want the phone/login on the home page but not when I scroll down.
User avatar
Fresh Boarder

GK User
Wed Apr 23, 2014 9:31 pm
enable override.css in admin and add

#gkMenuWrap.active {
position: absolute;
}
User avatar
Gold Boarder

GK User
Wed Apr 23, 2014 10:50 pm
Thank you for you reply. However I want the main menu to stay upon scroll. I just want the topnav bar, topbar, and login to disappear.
User avatar
Fresh Boarder

GK User
Wed Apr 23, 2014 11:43 pm
Yes if you apply the css I sent you it will remove that whole bar when you scroll down. If you dont know how to add css then send me ftp
User avatar
Gold Boarder

GK User
Thu Apr 24, 2014 12:00 am
I know it removes both the topbar and the menu bar. I dont want it to remove the menu bar.
User avatar
Fresh Boarder

GK User
Thu Apr 24, 2014 1:08 am
Ok sorry my bad I underatand now. If I get time tonight I will take a look
User avatar
Gold Boarder

teitbite
Fri Apr 25, 2014 9:39 pm
Hi

This code should do the trick:

Code: Select all
#gkMenuWrap #gkTopBar.active {
    display: none;
}
User avatar
Moderator


cron