Okay
  Public Ticket #1854921
Badge (color and string)
Closed

Comments

  • peterbj started the conversation

    It might be I have overlooked something, but where can one edit the color AND text string of the badge which appear on the top right a book cover. On the live preview it shows SALE!, but unfortunately the localized string here is too long for the badge.

  • [deleted] replied

    Hi peterbj,

    To be able to rename/translate the string you can install Loco Translate plugin.

    To change the color of the Sale badge please add the code below to your Custom CSS area:

    .woocommerce .onsale {
    background: red !important;
    color: #FFF; }

    Thanks!