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!

  •  933
    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