i want to edit single product page
-
Hai,
1) I am not able to edit the single product page. and i actually need to hide some div elements for some period of time as i am not moving to e-commerce so fast. i will attach screenshot here for the reference.
2) Please let me know how to disable a div using css code.
3) I need to add bottom border to this submenus.
Please help me with these
-
This topic was modified 3 years, 3 months ago by
shahanas.
Attachments:
You must be
logged in to view attached files.
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
Thank you so much.. but how can i edit single product page? i need to insert an enquiry form in the same page. please help
https://staging.wearehvac.com/
Hello,
You are Most Welcome.
You can use our layout builder:
https://xtemos.com/docs-topic/single-product-page-builder/
To add borders try adding the following Custom CSS.
.wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li {
border-bottom: 1px solid;
}
Best Regards