• Resolved alice140294

    (@alice140294)


    Hi there, as soon as a product has been reduced with a strike price, the OnSale percentage is displayed above the related product images, which I would like to remove completely. Which CSS customization can I use to remove this?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPBean

    (@wpbean)

    Hi,

    Please add this CSS code to your site, The OnSale percentage will be hidden completely.

    .wrps_related_products_area span.onsale {
    display: none!important;
    visibility: hidden;
    }

    Thank You

    Thread Starter alice140294

    (@alice140294)

    Thank you, it worked.

    Plugin Author WPBean

    (@wpbean)

    It’s good to know that.

    If you find this plugin useful, a positive rating would be really helpful to me.

    Huge thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove the onsale percentage over product image’ is closed to new replies.