Sticky navigation bar hidden
-
I am using the Sticky navigation menu icon in the header next to my logo.
Used as “open on mouse event”.
This works perfect.
Question 1) But I want to hidden the sticky navigation bar on the left side by default. Once you click on the Menu icon next to the logo, the bar pops out.
Is it possible?
Question 2) The text ‘MENU’ is aligned on the right of the icon. I want to have it on the bottom of the menu icon. how can I apply this?
Question 3) the menu text is white, how can I change the color? Only with custom CSS possible or also via the Theme Settings?
Hello,
01. Go to Theme Settings > General > Sticky Navigation > clear the menu.
02. Try to add the following custom css in Theme Settings > Custom Css > Global Custom CSS.
.wd-tools-element>a {
display: block !important;
}
03.Try to add the following custom css in Theme Settings > Custom Css > Global Custom CSS.
span.wd-tools-text {
color: blue !important;
}
Best Regards.