Home Forums Basel support forum remove % discount in the product card

remove % discount in the product card

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #302217

    Makaron22
    Participant

    Good afternoon, author. Please tell me how you can remove the % discount that is reflected on the product card? see the screen

    Attachments:
    You must be logged in to view attached files.
    #302267

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .labels-rounded .onsale {
    display:none;
    }

    Best Regards

    #302316

    Makaron22
    Participant

    Thanks for the reply. please also tell me how you can hide the names of categories and labels in the product cards, but without breaking the linking and without harming seo? Screenshot in the attachment

    Attachments:
    You must be logged in to view attached files.
    #302536

    Hello,

    Please clarify which labels you mean, provide the screen. In order to deactivate the attribute, navigate to Products > Attributes > enter the attribute and disable “Show attribute label on products”

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single-product-content .product_meta > span.posted_in{
      display:none;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)