Fixed Menu on Home

Well-designed restaurant Joomla template with parallax effect.
GK User
Wed Feb 04, 2015 3:07 am
Hello,

I've been looking throughout the template settings to find a setting to make the menu bar show on the home page but I am unable to find it. Is this possible?

I'm assuming it is, just can't seem to figure it out.

Thanks,
John
User avatar
Senior Boarder

GK User
Wed Feb 04, 2015 3:47 am
I figured it out. I added this CSS to the Custom CSS section in the templates Advanced Settings:

#gkHeaderNav {
top: 0px;
}
User avatar
Senior Boarder

teitbite
Sat Feb 07, 2015 11:04 am
Hi

That's correct, but You should also add this to override.css after enabling override in template settings:

Code: Select all
.frontpage #gkBg {
    padding-top: 80px;
}
User avatar
Moderator

GK User
Fri Feb 13, 2015 12:01 am
How do I enable the override.css? For some reason everything I add to that file doesn't work.
User avatar
Senior Boarder

GK User
Fri Feb 13, 2015 3:12 pm
Found it :) ---- It's in the template settings under the Advanced tab.
User avatar
Senior Boarder


cron