Home Page › Forums › Porto – AI Powered WordPress Website & Shop Builder › Remove product tabs › Reply To: Remove product tabs
August 3, 2024 at 8:18 am
#20356
Hello, @Γιώργος Κουκούσης,
Please try to use the below given CSS code below, it will hide two prices and will only show the grand total price:
.wapf-product-totals .wapf--inner div:first-child, .wapf-product-totals .wapf--inner div:nth-child(2) {
display: none !important;
}
Best Regards,
PThemes Team.