Our support team is on holiday from January 1st to 7th. Responses may be delayed, but we'll be back on January 8th. Happy Holidays!

Okay
  Public Ticket #2752470
Changing the color
Closed

Comments

  • debandada started the conversation

    Hello! I want to change the color of the ,,out of stock" box that appears on the image product. Where I can find the settings for this particular detail? Thank you!

  •  949
    Neuron replied

    Hi,

    You can change it by adding the following code at Appearance > Customize > Additional CSS.

    .a-woo-badge.a-woo-badge--red-color {
        color: black !important;
        background-color: white !important;
    }

    Feel free to ask for anything you need.

    Kind Regards