Best way to make Tags smaller?
-
Best way to make Tags smaller?
Attachments:
You must be
logged in to view attached files.
Hi hendrikdobbert,
Sorry for this delay in answering. I have a lot of requests these days, I apologize in advance and hope for your patience.
Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
.product-grid-item .product-label {
padding: 5px 10px;
min-width: 50px;
font-size: 12px;
}
Regards,
Am I doing something wrong? The tags are still way to big and the font changes not.
.product-grid-item .product-label {
padding: 5px 10px;
min-width: 10px;
font-size: 2px;
}
Hi hendrikdobbert,
Please try below code
.product-grid-item.wd-with-labels .product-labels .product-label {
padding: 5px 4px;
min-width: 20px;
min-height: 20px;
font-size: 12px;
}
Regards,
Works!! Can we bring it more on the left top corner?
Hi hendrikdobbert,
Use below Custom CSS code
.product-grid-item.wd-with-labels .product-labels{
left: 0;
top: 0;
}
Regards,
Hi hendrikdobbert,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492
Your feedback is the motivation to improve our work and services.
Regards,
The topic ‘Best way to make Tags smaller?’ is closed to new replies.