Hello, I want to make my mobile menu items smaller and delete menu items descriptions (they were in demo theme which I have chosen for my web).
Hey Vaida,
Do you want to remove descriptions at all or just on mobile?
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av-hamburger-box {
width: 25px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
I have tried to do as you say, but it is not helping. Could you check it again please?
And yes, i want to remove all menu items descriptions in all versions.
Thank you. :)
Hi mamaimam,
To remove descriptions you need to go to the Appearance > Menus and clear the Description field in the menu items
If you don’t see the field, you need to check it in the screen options
Add this code too
.av-hamburger-inner,
.av-hamburger-inner::before,
.av-hamburger-inner::after {
height: 2px;
}
Best regards,
Victoria
I am ashamed to ask once again, but the code is not working. Mobile menu items still very large..
Hi,
Add this to quick css:
#av-burger-menu-ul li a{
font-size:12px!important;
}
Just adjust 12px to whatever you prefer.
Best regards,
Jordan Shannon