• Resolved bethany27

    (@bethany27)


    “Sale” badge is too large on product thumbnail images in catalogue. The badge is obscuring the product photos. Is there a way to adjust the size of the badge on the thumbnail or remove it altogether?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Thank you for your query regarding Woocommerce Product Table.

    The sale badge that you are referring to is being generated by another plugin installed on your website. Perhaps the styling controls for this badge may be available in the other plugin’s settings. To customize the styling of this sale badge you will need to contact the support team of that plugin.

    However, I can guide you on how to hide this sale badge from your product table.

    In your product table’s settings > style > CSS copy paste this code:

    .wcpt .yith-wcbm-badge {
    display: none !important;
    }

    Or else you can copy paste that code in your child theme’s style.css file to apply the changes across all product tables on your site.

    I hope this information helps!

    Kartik

    Thread Starter bethany27

    (@bethany27)

    The custom CSS worked. Thank you very much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Product badges too large’ is closed to new replies.