Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1118993

    hi – client would like the sale price and “sale” circle badge to be red. can i get some CSS to make this happen? Thank you in advance for your help!

    #1119039

    Hey charger70,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .main_color .onsale {
        background-color: red !important; 
    }

    Best regards,
    Mike

    #1119171

    thank you, Mike! one last request, is it possible to increase the point size of the regular and sale prices, and to have the sale price be in red?

    #1119521

    Hi,

    Yes, that’s possible. Just add this css code along with the previous one.

    #top .price, #top .price span, #top del, #top ins {
        font-size: 20px;
        line-height: 24px;
    }
    
    #top #wrap_all .main_color .price ins {
        color: red;
    }
    

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.