Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2579739
How to Change color of Sale Offer
Closed

Comments

  • Mike_Spoleto started the conversation

    Hi, 

    on my The Gem website www.primopianomoda.com if you scoll until the product overview, on the product in offer (special offer) appears a label "IN OFFERTA" (special offer in english), but as you can see in the screenshot, the text label is truncated (OFFE...) because the text is white, as the background. Where exactly can i change the color ot this text ? I must set it as dark grey

    thank you, 

  •  4,773
    Michael replied

    HI!

    pls. use following css:

    .product .onsale {
        line-height: 17px !important;
        padding-top: 9px;
        font-size: 10px !important;
    }

     

    6707465710.png