Overlay Menu Icon
Hi,
want to change the overlay menu icon color and also move the overlay ion to the right, is that possible..
also lemme know how can i display percentage in progress bars.. sat for ex i want to display 93.56% it just says 93% at the end of the bar..
Thanks
want to change the overlay menu icon color and also move the overlay ion to the right, is that possible..
also lemme know how can i display percentage in progress bars.. sat for ex i want to display 93.56% it just says 93% at the end of the bar..
Thanks
Comments
do you mean stripe background and grey border around icon? Is that what you mean?
But unfortunately it is not possible to use percentages with "."
Thanks!
http://i.imgur.com/VfjnZsJ.jpg
thanks
I mean when you scroll down the area scroller scrolls down with you and when you click on it goes to appropriate section..
sorry for too many questions ..
A more smiling answer was expected and i am suprised to get an answer like this since i honestly believe that i have made more than 17 Be customers coz fof my recommendation!!
We missed that you use overlay menu. So to change this icon color, please use below css: But to change position of this button, you must play with below css:
Do you have any suggestions, how css should be in your additional code
".header-overlay .overlay-menu-toggle { left: 30px !important; }"
if like to have different positions of sticky hamburger menu on desktop, tablet and mobile?
/* menu button overlay style mobile and tablet device*/
@media only screen and (max-width: 768px){
.header-overlay .overlay-menu-toggle {
top: 55px !important;
}
}
/* menu button overlay style desktop device*/
@media only screen and (min-width: 768px){
.header-overlay .overlay-menu-toggle {
top: 100px !important;
}
}