• Hello there, how can I change the color of the variations tags in the front end? I want to match them with the website style, thank you

    • This topic was modified 6 years, 2 months ago by facupuig.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I am not sure what you mean, it sounds like something that should be dine with CSS, for example:

    .swatch-label
    {
    background-color: red;
    }

    jodiegriffiths

    (@jodiegriffiths)

    I have the same issue. They used to have a black background behind the sizing but now it has no background at all.

    coding I have used
    .tawcvs-swatches .swatch-label {
    background-color: #000;
    color: #fff;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color on frontend’ is closed to new replies.