Home Forums WoodMart support forum Matching measurement unit to pricees style.

Matching measurement unit to pricees style.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #519011

    jaan
    Participant

    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.
    #519018

    jaan
    Participant

    Aah, i just found out how i can change the color but how can i remove the space?
    Thank you

    #519047

    Luke Nielsen
    Keymaster

    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

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