Home Forums Space themes support forum How to change the color of the discount?

How to change the color of the discount?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #457865

    husochhemma.se
    Participant

    Hi, How do I change the color of the round circle in which the discount is visible?

    Now it’s white, would like a different color.
    See attached image

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

    Luke Nielsen
    Keymaster

    Hello,

    The code below will help you to change the color of these labels. Please define it via Theme Settings -> Custom CSS.

    .xts-product .xts-product-label {
        background-color: #5c5656;
        color: #fff;
    }
    
    .xts-product .xts-product-label.xts-onsale {
        color: #fff;
    }

    If there is ever anything we can do, please feel free to reach out to me anytime when you have anything more to say.

    Kind Regards

    #459259

    husochhemma.se
    Participant

    it dosent work for me

    #459260

    Luke Nielsen
    Keymaster

    Hello,

    In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?

    Kind Regards

    #460593

    husochhemma.se
    Participant

    sure

    #461030

    Luke Nielsen
    Keymaster

    Hello,

    I have checked the above code on your side and it works well, please check the screenshot below.

    https://take.ms/k2YHf

    So please activate it again and then clear the cache and recheck the labels.

    Kind Regards

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