• Resolved atfpodcast

    (@atfpodcast)


    I’m trying to find where I can change the color of the sale circle and I can not locate it for the product list and single listing. Also looking for the css for the strike out for the normal price before the sale price. I gone through with inspector and can not find it. Is there some where I can look up to chabge colors?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    I checked this for you and here is the css selector:

    .woocommerce span.onsale {
    background-color: #77a464;
    color: #fff;
    }

    I hope this points you in the right direction.

    Thread Starter atfpodcast

    (@atfpodcast)

    Hmmmm did not work. it is still green. I put #800080 in. Nothing changed. I should try !important;

    Thread Starter atfpodcast

    (@atfpodcast)

    Thank you for the code. I put !important and it worked.

    Hi there,

    Glad to hear this.
    I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘looking to change color of sale badge’ is closed to new replies.