Okay
  Public Ticket #816067
sale badge
Closed

Comments

  • Jesse started the conversation

    Hi I was wondering if it is possible to change the colour of the badges (sale, featured, etc.) in the shop?

  • [deleted] replied

    Hi Jesse,

    Yes that is possible. Please add the code below to Custom CSS

    .shop .shop-item .onsale, .woocommerce .shop-item .onsale {
        background: #f7b260 !important;
        color: #fff !important;
    }