timo23 Posted June 8 Share Posted June 8 Hello I'm using pacific template. How can I remove certain sections to not appear in the navigation menu? I want to keep them showing on the page where it is located, but do not want it in the navigation menu. For instance I want to remove History from the navigation menu. Any ideas? Also I was able to remove the logo from the navigation menu, with this code: header#header:not(.shrink) img { display: none; } However now there is a dead space where the logo used to be, is it possible to remove the padding of the logo, so the navigation menu links are all in line? website: www.thepantrymanly.com Link to comment
tuanphan Posted June 11 Share Posted June 11 You can use this CSS code .index.home:nth-child(5) { display: none !important; } 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!) Link to comment
timo23 Posted June 23 Author Share Posted June 23 On 6/11/2024 at 8:58 PM, tuanphan said: You can use this CSS code .index.home:nth-child(5) { display: none !important; } Thank you tuanphan, can I also remove the about with a css code? Also is there any way to change the order of navigation menus, without changing the actual order on the website? Link to comment
tuanphan Posted June 23 Share Posted June 23 2 hours ago, timo23 said: Thank you tuanphan, can I also remove the about with a css code? Also is there any way to change the order of navigation menus, without changing the actual order on the website? #1. I don't see About #2. What order should look like? I can adjust easier. davidatlas 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment