Home › Forums › WoodMart support forum › How I can make the hamburger icon and cart bigger in mobile version. › Reply To: How I can make the hamburger icon and cart bigger in mobile version.
May 26, 2019 at 9:28 am
#125783
Elise Noromit
Member
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