Hide menu when scrolling down

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Mar 15, 2016 5:52 pm
Reply with quote
Report this post
Hi,

How can I hide the menu bar when we scroll down the pages?

Thank you for your answer.

Georges
User avatar
Senior Boarder

teitbite
Sat Mar 19, 2016 11:38 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkFixedMenu {
    display: none;
}
User avatar
Moderator

GK User
Thu Apr 07, 2016 4:09 pm
Reply with quote
Report this post
Thanks a lot!

It is working.

Regards
User avatar
Senior Boarder


cron