Home Forums WoodMart support forum Change color of Swatches

Change color of Swatches

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

    kasper
    Participant

    Hello,

    How do I change the font color of the text based swatches?

    #717956

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you share the page URL so I can further check on your site and give you a possible CSS code.

    Best Regards

    #718103

    kasper
    Participant

    Here you go. Just navigate to a single product with a text swatch.

    #718130

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following CSS in Theme Settings > Custom CSS. Change the code as per your requirements.

    .wd-swatch.wd-text .wd-swatch-text {
        color: #fa2323 !important;
    }

    Best Regards

    #718241

    kasper
    Participant

    Perfect, thank you. How about the border of it?

    #718280

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following CSS in Theme Settings > Custom CSS. Change the code as per your requirements.

    [class*="wd-swatches"].wd-text-style-3 .wd-swatch.wd-text {
        border-color: #fa2323 !important;
    }

    Best Regards

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