Disable topmenu responsibility

AppsPro Tech - Quickly create elegant website with this app WordPress theme.
GK User
Thu Feb 27, 2014 4:38 pm
Hello,

I'd like to use the topmenu for phone number, so how can I disable this section responsibility (don't transform into walker menu on mobile devices)?

Thanks
User avatar
Junior Boarder

GK User
Fri Feb 28, 2014 8:43 am
Hi,

You have to edit css/mobile.css file, add this code:
Code: Select all
#top-menu-mobile {
display: none;
}

and change
Code: Select all
#top-menu {
display: none;
}

to
Code: Select all
#top-menu {
display: inline;
}
User avatar
Moderator

GK User
Fri Feb 28, 2014 8:54 am
Excellent support, thank you!
User avatar
Junior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.