Home Forums WoodMart support forum How Do I change Icon size

How Do I change Icon size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #384633

    himel809
    Participant

    I want to make those Icon little bit smaller. how can I do this?

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

    Luke Nielsen
    Keymaster

    Hello,

    The below code is for changing the size of the tooltip buttons.

    .product-grid-item .wd-action-btn.wd-style-icon>a {
        width: 40px;
        height: 40px;
    }

    And this one is for changing the size of the labels:

    .product-grid-item .labels-rounded .product-label {
        min-height: 41px;
        min-width: 41px;
    }

    In the meantime, please feel free to ask any questions you may have!

    Kind Regards

Tagged: 

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