Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #225370
    Julius
    Participant

    Hi X

    I’d like to remove the round circle that appears when a product is on sale, but still keep the old strikeout price under the image.

    How can i do that?

    http://imgur.com/oMpZlNZ

    – Julius

    #225462
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Please add the following CSS code into your Customizer, Custom > CSS section using the menu Appearance -> Customize.

    
    body.woocommerce span.onsale,
    body.woocommerce-page span.onsale {
       display: none;
    }
    

    Hope that helps.

    #226009
    Julius
    Participant

    Thank you 🙂

    #226144
    Rad
    Moderator

    You’re welcome Julius!

  • <script> jQuery(function($){ $("#no-reply-225370 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>