davedrew Posted August 6, 2022 Posted August 6, 2022 Hi, I'm looking for some help please. I want to hide a menu item from the page, when I am on that page. For instance, I have an "About Me" page. If I navigate to that page, I dont want that page to be in the navigation menu. So in short, items int the navigation menu should only be visible when not on that page. Thanks in advance.
tuanphan Posted August 10, 2022 Posted August 10, 2022 Hi. What is your site url? We can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
davedrew Posted August 20, 2022 Author Posted August 20, 2022 On 8/10/2022 at 8:42 AM, tuanphan said: Hi. What is your site url? We can help easier Hi, sorry for the delay in replying, for whatever reason I didn't get a notification! Anyway, thank you for replying. Site URL is:https://davedrewphotography.co.uk
tuanphan Posted August 20, 2022 Posted August 20, 2022 Hi, Try adding this to Home > Design > Custom CSS div.header-nav-item--active>a { display: none; } div.container.header-menu-nav-item--active>a { display: none; } davedrew 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
davedrew Posted August 20, 2022 Author Posted August 20, 2022 44 minutes ago, tuanphan said: Hi, Try adding this to Home > Design > Custom CSS div.header-nav-item--active>a { display: none; } div.container.header-menu-nav-item--active>a { display: none; } Perfect, thank you.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment