LibertyTree Posted March 15, 2020 Posted March 15, 2020 Site URL: https://www.libertytreenj.com/ I'm trying to find out if it's possible to not have a 'home' link in the main nav bar, and simply have the page title linked to the homepage when working in the Mojave template of the Brine template family. Currently my site has 3 main nav items, 'About' being one of them. This menu item is where all my homepage items live under, but since my page title also links to the homepage, I would rather have the page title simply be the only thing in the main nav linking back to the homepage. However, if I delete the 'About' item, my entire homepage will be deleted since the homepage items are attached to it. Any workaround ideas for this?
tuanphan Posted March 15, 2020 Posted March 15, 2020 If you want to hide "about" item, add this code to Home > Design > Custom CSS .Header-nav-inner a:nth-child(1) { display: none; } 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
Archived
This topic is now archived and is closed to further replies.