• Resolved hunchopreneur

    (@hunchopreneur)


    I don’t know why the menu bar keeps showing only on the page for Vendors. Have tried several methods to hide it, is there a CSS or snippet I can use please?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @hunchopreneur ,

    If you are referring to these menu items in the store page -https://prnt.sc/twhyv5 , they are coming from the “Store Sidebar” widget from the Appearance > Widgets section.

    You can remove the items from the widget area to remove them or you can use this CSS to easily hide it –

    .dokan-store div#secondary {
        display: none;
    }

    You can completely remove the sidebar by modifying the store page template as well. The file you need to modify is – dokan-lite/templates/store.php

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Distorted and unresponsive Menu’ is closed to new replies.