Home Forums Basel support forum nav-shop

nav-shop

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #5733

    mrlekman
    Participant

    How can i edit the menu in category pages (ALL BAGS ACCESSORIES JEWELLERY MAN SHOES WATCHES WOMAN) in the dark div nav-shop? Can i deactivate or how can i change it?

    ex. in page:
    at http://demo.xtemos.com/basel/product-category/bags/

    #5735

    Artem Temos
    Keymaster

    Hello,

    Thank you for your question.

    This menu includes all your products categories you have on in your shop and can’t be managed in the same way as it is possible with Main navigation via Appearance -> Menus. But you can disable it in Theme Settings -> Shop -> Shop page layout.

    Regards

    #5846

    Santi
    Participant

    Hi,

    I need to change this menu (nav-shop) but I can’t do it via Appearance -> Menus.
    I want remove the ‘ALL’ label, and leave just the product categories. Which file can I do that?

    Thanks!

    #5847

    Santi
    Participant

    I have another problem with this menu in mobile devices.
    The title “Categories” of the dropdown menu is overlapped with the “Back” arrow when you visit any category product page.

    How can I fix it?

    #5857

    Artem Temos
    Keymaster

    Hi,

    Place this code into a Custom CSS area in Theme Settings to remove this link

    .shop-all-link {
        display: none!important;
    }

    We suggest you hide “back” arrow on mobile devices by adding this code snippet only for mobile devices custom CSS (we will find a solution for that in our next update)

    .without-title .basel-back-btn {
        display: none;
    }

    Regards

    #5862

    Santi
    Participant

    Great!
    Thank you.

    #5863

    Artem Temos
    Keymaster

    You are welcome 🙂

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

The topic ‘nav-shop’ is closed to new replies.