Home Forums WoodMart support forum Editing product page

Editing product page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #131646

    Wilsongoh123
    Participant

    Hi how do i remove certain things that I do not want from the product page? Everything has been relatively easy to understand and play around except for that
    I realised for product page, there isn’t a page that i can enter to do changes in the design into what I want it to look like.

    For example, how do i remove the pre-footer from my product page?
    Or how do i change the shipping and delivery descriptions inside it.

    #131647

    Wilsongoh123
    Participant
    #131663

    Hello,

    You can configure the Product page in the Theme Settings > Product page > Show / Hide elements.

    Shipping and the Delivery tab are edited in the Theme Settings > Product page > Tabs. You can replace the HTML block in the content field or delete it. https://xtemos.com/docs/woodmart/html-blocks-2/

    Here you will find the description of the Product page configuration https://xtemos.com/docs/woodmart/product-page-options/

    Please add this code to the Theme Settings > Custom CSS > Global to hide pre-footer on the product page:

    body.single .woodmart-prefooter {
    display:none;
    }

    Best Regards

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