Request to Disable “Menu” Section (All Devices) and Keep Only “Categories”

This topic has 2 replies, 2 voices, and was last updated 1 day, 19 hours ago ago by Andrew Mitchell

  • Avatar: Ergyst Bajraktari
    Ergyst Bajraktari
    Participant
    March 25, 2026 at 15:09

    Hello,

    I hope you are doing well.

    I would like to request your assistance regarding the navigation sidebar on my website.

    Currently, the sidebar displays two tabs: “Menu” and “Categories”. I would like to completely disable/remove the “Menu” section and keep only the “Categories” tab visible.

    This change is required for all devices, including:

    Mobile view
    Tablet view
    Desktop view

    The goal is to simplify navigation and focus only on product categories.

    Could you please guide me on how to achieve this or assist in implementing this change?

    Thank you in advance for your support.

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    March 25, 2026 at 16:20

    Hello, Ergyst Bajraktari,

    Thank you for providing access. Unfortunately, there is no option available to achieve this directly. However, we have added the following custom CSS, which removes the menu buttons and leaves only the categories:

    .et_b-tab-content[data-tab-name="wp_menu_extra"],
    .et-tab[data-tab="wp_menu_extra"] {
    	display: block;
    }
    
    .et_b-tab-content[data-tab-name="wp_menu"],
    .et-tab[data-tab="wp_menu"] {
    	display: none;
    }

    Best regards,
    8Theme Team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.