This topic has 2 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Olga Barlow
Hey I want to change the menu icon for mobile
can you look at the picture please
https://prnt.sc/oi6leb
Hello,
Do you want to add the “menu” title before the hamburger icon? Add the following code to child theme style.css to get it
@media only screen and (max-width: 992px){
.navbar-toggle {
font-size: 28px;
}
.sr-only {
width: auto;
height: auto;
font-size: 10px;
position: relative;
text-transform: uppercase;
}
.et-header-full-width .navbar-toggle {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}
There is no way to show the menu items as mentioned at the screenshot http://prntscr.com/oiiveh with minor customization. It requires a number of style changes. If you need the additional customization then submit request form here https://wpkraken.io/?ref=8theme
Regards
You must be logged in to reply to this topic.Log in/Sign up