tuanphan Posted April 11 Posted April 11 Hide 1 item Suppose you want to hide the “Services” item on One Page You can use this code to Individual Page Header Code Injection <!-- hide 1 item --> <style> div.header-nav-item:nth-child(3), [data-folder="root"]>div>div>div:nth-child(3) { display: none; } </style> Hide 2 items Suppose you want to hide the “Contact” and “Services” item You can use this code to Individual Page Header Code Injection <!-- hide 2 items --> <style> div.header-nav-item:nth-child(2), div.header-nav-item:nth-child(3), [data-folder="root"]>div>div>div:nth-child(2), [data-folder="root"]>div>div>div:nth-child(3) { display: none; } </style> 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment