Matching measurement unit to pricees style.
-
Hey. How can i change measurement unit style to match the price and remove the space between the / and measurement unti to be for example /kg not / kg?
I added a image also, Left is what i have right now and the right on is what I would like to achieve.
Attachments:
You must be
logged in to view attached files.
Aah, i just found out how i can change the color but how can i remove the space?
Thank you
Hello,
Try to use the code below:
.product-grid-item .wd-price-unit:before {
margin-inline-end: 0;
}
Define it in Theme Settings -> Custom CSS.
Let me know if you have any questions.
Kind Regards