Hi,
Sure, you can do it by using the given below css code. Please install this plugin Custom CSS. Begin using the plugin by going to Appearance > Custom CSS in the Admin Menu. Here you can insert the given below code.
div.nav-wrapper{
visibility: visible !important;
}
Thanks
Mohammad
-
This reply was modified 9 years, 3 months ago by
mdshak.
Hello Mohammad,
The code doesn’t work. Do you have another code?
Thanks for your help!
Piter
Hi,
Just try out this code. It will work definitely.
div.nav-wrapper{
visibility: visible !important;
opacity: 1 !important;
}
Thanks
Mohammad
Hi,
It works!
Is it also possible to remove the hamburger icon and make the menu on top of the page. Not on a second layer on the homescreen picture! And make the menu a little bit smaller?
I appreciate your help!
Piter
-
This reply was modified 9 years, 3 months ago by
piterpostma.
Hi,
Please use this custom css code and remove last css code.
#nav-trigger{
display:none !important;
}
div.nav-wrapper {
visibility: visible !important;
opacity: 1 !important;
padding: 10px !important;
background:transparent !important;
}
#thb-home-slides{
top:50px !important;
}
Thanks
Mohammad
Hi,
Glad to help you.
Thanks
Mohammad
Hello,
Is there a fix for mobile devices?
Piter
Hi,
Please remove my last code and use this new code:-
@media only screen and (min-width: 992px) {
#nav-trigger{
display:none !important;
}
div.nav-wrapper {
visibility: visible !important;
opacity: 1 !important;
padding: 10px !important;
background:transparent !important;
}
#thb-home-slides{
top:50px !important;
}
Thanks
Mohammad
}