Hi @wordsergi
It can be hidden with some CSS. In the future, we may add an option to show/hide it.
Hi Maarten
I think I solved for now by adding custom css in the advanced options of my theme.
I’m using Flatsome Theme.
Thank you very much for your suggestion.
hi @wordsergi
mind to share that css codes.
thank you in advance.
Hi,
this is the css added in the advanced options of my theme.
Theme css probably override plugin css.
.wapf-product-totals{display:none;width:100%}
.wapf-product-totals .wapf–inner{display:none;padding:20px 0}
.wapf-product-totals .wapf–inner>div{display:none;display:none;padding-bottom:10px;clear:both}
.wapf-product-totals .wapf–inner>div:last-child{display:none;padding-bottom:0}
.wapf-product-totals div span:first-child{display:none;font-weight:700}
.wapf-product-totals div span:last-child{display:none;float:right}
I’m not sure if it’s correct, but it works.