Home Forums WoodMart support forum i want to edit single product page Reply To: i want to edit single product page

#367164

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