Home › Forums › WoodMart support forum › Hide prices in product tabs and carousels › Reply To: Hide prices in product tabs and carousels
October 1, 2021 at 9:06 am
#322497
Luke Nielsen
Keymaster
Hello,
In order to remove price in the section “Products (grid or carousel)”, try to add this code in Theme Settings -> Custom CSS -> put this code in the field “Global Custom CSS”
.elementor-widget-wd_products .price {
display: none;
}
Kind Regards