Jump to content

How to delete tabs in Client area


Recommended Posts

On 20/01/2020 at 07:18, Geneviev said:

i need to delete some tabs in client area (ex. STORE, ANNOUNCEMENT KNOWLEDGEBASE). How can i do that? can someone help me with my concern.

three options...

  1. you use action hooks to remove them;
  2. if you're using Six, you could use CSS in the custom.css file
    #Primary_Navbar-Store, #Primary_Navbar-Announcements, #Primary_Navbar-Knowledgebase, #Primary_Navbar-Network_Status  {display:none;}
    the file is usually found  in /templates/six (or custom)/css/custom.css
  3. if you don't want to get involved with coding, you could buy a third party addon such as Advanced Menu Manager and use that to manage the menus.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated