removing the menu but keeping it in the pull down

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Tue Jul 23, 2013 5:07 pm
Hi, hope you can help
i want to remove the menu at the top of the page - but keep the menu items in the menu wrap bar as you scroll down (so they appear as you scroll down but not at the top of the screen over the image)

is this possible...???

thanks in advance

gary
User avatar
Fresh Boarder

GK User
Tue Jul 23, 2013 8:49 pm
Hi Gary,

Yes, it's possible. Try this code:
Code: Select all
.imageBg header #gkMainMenu{
display:none;
}
User avatar
Platinum Boarder

GK User
Wed Jul 24, 2013 9:15 am
Hi Don,

thanks for the information - where should i be placing this code???

thank you in advance

gary
User avatar
Fresh Boarder

GK User
Wed Jul 24, 2013 5:28 pm
The code is expected to be added in to override.css, this file is under css folder of your template, also remember to enable CSS Override mode in your template setting.
User avatar
Platinum Boarder


cron