How Do I change Icon size
-
I want to make those Icon little bit smaller. how can I do this?
Attachments:
You must be
logged in to view attached files.
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