Home Forums WoodMart support forum single product page

single product page

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #516594

    lovetack
    Participant

    hello,
    how to make the single product page like this (marked in red) please
    https://ibb.co/whdCdgT

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #516711

    Luke Nielsen
    Keymaster

    Hello,

    Please navigate to Theme Settings -> Single product -> Elements and turn on the “Show attributes table after short description” option: https://take.ms/eeLTQ

    Kind Regards

    #517041

    lovetack
    Participant

    Thank you,

    #517070

    lovetack
    Participant

    cart showing on mobile and internet explore, but not showing on google chrome. Thank you

    #517094

    lovetack
    Participant

    FOUND the issue, thank you

    #517178

    Luke Nielsen
    Keymaster

    Hello,

    Glad that you found the issue.

    So the topic can be closed?

    Kind Regards

    #517454

    lovetack
    Participant

    Hello
    sorry to ask more question,

    How to remove the item quantity, I would like to remove whatever I maked in red.

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #517636

    lovetack
    Participant

    Also, on mobile view, the title is outside the boarder,

    Attachments:
    You must be logged in to view attached files.
    #517674

    Luke Nielsen
    Keymaster

    Hello,

    1. Tru to use the code below to hide the quantity:

    .single-product .quantity {
        display: none;
    }

    2. On my side, the numbers are not visible, here is a screenshot: https://take.ms/BkLcL

    Kind Regards

    #517731

    lovetack
    Participant

    sorry, can you check now. thank you

    #518126

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the below code for help:

    .product-grid-item.product.wd-hover-small .product-wrapper {
        flex-direction: column;
    }

    Let me know if that suits you.

    Kind Regards

    #519651

    lovetack
    Participant

    FIXED, Thank you.

    #519751

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! Always remember that you can reach out to us with any questions you may have.

    Wish you all the best!

    Kind Regards

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

The topic ‘single product page’ is closed to new replies.