Home Forums WoodMart support forum Tax info on hover

Tax info on hover

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #333163

    brainstormandi
    Participant

    Hallo,
    when you look at: http://brainstorm-werbeagentur.at/projekte/immucan/shop/ and you hover over a product you see: inkl. 20 % MWSt = tax info

    how can i disable the tax info only here, when hover over the product?
    thanks for your help!
    regards, Andi

    #333245

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    .product-grid-item .wc-gzd-additional-info{
    	display:none;
    }

    Best Regards

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