Home Forums Basel support forum Product page detail

Product page detail

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #70476

    Winstof
    Participant

    Hello,

    It is possible to have a menu on the product page (ex: screenshot 1) instead of the info (screenshot 2)?

    Thanks for your help

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

    Hello,

    Do you mean hiding breadcrumbs and showing only header, if yes, add this code to Theme Settings > Custom CSS.

    .single-breadcrumbs-wrapper {
        display: none;
    }

    If you mean different header for a product page, there is no option.

    Best Regards

    #71069

    Winstof
    Participant

    Perfect, that’s what I wanted for the product page.

    Now for a classic page, how can I add the menu like in the screenshot1?

    Thanks for support 🙂

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

    Hello,

    Navigate to Theme Settings > Shop > Shop page layout > Categories menu in page heading > enable

    Best Regards

    #71130

    Winstof
    Participant

    thanks 🙂

    #71138

    Winstof
    Participant

    Is there a way too to hide the SKU and Categories on the product page?

    #71156

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    .single-product-content .product_meta>span {
        display: none;
    }

    Best Regards

    #71175

    Winstof
    Participant

    Perfect (thumb up)
    Merci!

    #71187

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Product page detail’ is closed to new replies.