Home › Forums › WoodMart support forum › i want to edit single product page › Reply To: i want to edit single product page
April 9, 2022 at 8:57 am
#367164
Aizaz Imtiaz Awan
Keymaster
Hello,
You can use the CSS to hide the particular div.
For example this CSS will hide the product title. You can replace the class .product_title with the divs you want to hide.
.product_title {
display: none;
}
3. Please provide the URL of the website to check it myself and help you out accordingly.
Best Regards