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

i want to edit single product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #367141

    shahanas
    Participant

    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 2 years, 8 months ago by shahanas.
    Attachments:
    You must be logged in to view attached files.
    #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

    #367167

    shahanas
    Participant

    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/

    #367191

    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

Viewing 4 posts - 1 through 4 (of 4 total)