How I can make the hamburger icon and cart bigger in mobile version.
-
Hi, i want to know how I can make the icons bigger of the hamburger icon and the cart in mobile version.
here is an image of the thing that I want to make bigger.
Thank you very much
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .woodmart-burger-icon .woodmart-burger, .
body woodmart-burger-icon .woodmart-burger::after,
body .woodmart-burger-icon .woodmart-burger::before {
width: 30px;
height: 3px;
}
body .woodmart-shopping-cart .woodmart-cart-icon:before {
font-size: 30px;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
There are some mistakes on code.
this is true 🙂
body .woodmart-burger-icon .woodmart-burger,
body .woodmart-burger-icon .woodmart-burger::after,
body .woodmart-burger-icon .woodmart-burger::before {
width: 30px;
height: 3px;
}
body .woodmart-shopping-cart .woodmart-cart-icon:before {
font-size: 30px;
}
Hello,
Please provide your site URL. If your site is under maintenance, please provide your site admin access to the private area
Best Regards