Archived topic
Remove Login | Register from Menu
1 reply · Started by Sars on December 6, 2020
Dear Team,
how to completely remove Login | Register from menu (Using shopping cart theme of Generatepress).
Thank you
Hi Sarathy,
This is added with a hook element in the generate_menu_bar_items hook, if you'd like to disable it, go to:
Appearance > Elements, find the generate_menu_bar_items hook, delete it or set it to pending if you might want to use it in the future.
The articles below should be helpul!
https://docs.generatepress.com/article/generate_menu_bar_items/
https://docs.generatepress.com/article/hooks-element-overview/
Let me know!