Home Forums WoodMart support forum Remove VAT info from recently viewed product thumbnails? (Aizaz or Luke only)

Remove VAT info from recently viewed product thumbnails? (Aizaz or Luke only)

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

    contactpleazurr
    Participant

    Hello,
    **Need support from Aizaz or Luke**

    How can I remove the VAT info “VAT included, where applicable” from showing in recently viewed product thumbnails? https://snipboard.io/TRcY13.jpg

    I have already hidden this text from showing in product thumbnails elsewhere, but see it still shows up in the product thumbnails of the “recently viewed” widget.
    1. <—-remove VAT from showing up in search bar results
    .autocomplete-suggestion small.woocommerce-price-suffix {
    display: none;
    }

    2. <—-remove VAT from showing up in product thumbnails
    .product-grid-item .woocommerce-price-suffix {
    display: none;
    }

    But how can I hide this from the “recently viewed” products?

    Please see private content for more info.

    #378911

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product_list_widget>li .widget-product-info .woocommerce-price-suffix {
    display: none;
    }

    Best Regards

    #379334

    contactpleazurr
    Participant

    Great thank you Aizaz!

    #379338

    Hello,

    You are Most Welcome

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Remove VAT info from recently viewed product thumbnails? (Aizaz or Luke only)’ is closed to new replies.