How to remove duplicated price at Featured Collection section from OT: Theme Sections
To remove double price in the Featured Collection section, please add the following CSS code to the Custom CSS field of the section
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
display: none;
}
If you need any further support, please don't hesitate to contact us!
Updated on: 10/06/2025
Thank you!