Author Posts March 11, 2015 at 3:48 pm #225370 JuliusParticipant 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 March 11, 2015 at 6:24 pm #225462 DarshanaModerator 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. March 12, 2015 at 11:52 am #226009 JuliusParticipant Thank you 🙂 March 12, 2015 at 3:06 pm #226144 RadModerator You’re welcome Julius! Author Posts <script> jQuery(function($){ $("#no-reply-225370 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In