Home Forums WoodMart support forum how to change Swatch color

how to change Swatch color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #709487

    kstudio
    Participant

    Hello,

    i need to know how to change on single product page and product swatch m,l,xl, xxl hover color change currenty its black i tried with css but not working can you kindly help me with that

    thanks

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following custom css code in Theme Settings > Custom CSS:

    [class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text:hover:not(.wd-disabled),
    [class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text.wd-active {
        background-color: #e82424 !important;
        color: #ffffff !important;
    }

    Best Regards,

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