Home Forums WoodMart support forum How I can change the size of the icon cart and search only in desktop

How I can change the size of the icon cart and search only in desktop

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #129152

    Hi, i want to know how I can change the size of the icons:

    Cart and search in desktop.

    i want to make it bigger.

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #129178

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .search-button .search-button-icon:before {
        font-size: 30px;
    }

    Set the size as per your needs.

    Find this code in custom CSS and increase the size:

    body .woodmart-shopping-cart .woodmart-cart-icon:before {
        font-size: 30px;
    }

    Best Regards

    #129303

    thanks

    #129327

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

    Best Regards

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

The topic ‘How I can change the size of the icon cart and search only in desktop’ is closed to new replies.