Home Forums WoodMart support forum How I can make the hamburger icon and cart bigger in mobile version.

How I can make the hamburger icon and cart bigger in mobile version.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #125746

    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.
    #125783

    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

    #125960

    thank you

    #125971

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

    #183944

    muhammedyagci
    Participant

    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;
    }
    
    
    #184065

    Hello,

    Please provide your site URL. If your site is under maintenance, please provide your site admin access to the private area

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)