TallRonKCMO Posted January 14, 2022 Share Posted January 14, 2022 Site URL: https://www.actionlegalprocess.com I've seen this question previously but mine is a bit different. I want add multiple pages to my site, but I dont want the navigation tab on the copied customized pages. I tried some code that removed the navigation, but it also removed my logo that was in the same place as navigation. Can I just remove the navigation of the multiple pages? TIA Link to comment
tuanphan Posted January 17, 2022 Share Posted January 17, 2022 Remove your code #header { display: none; } and add this to DESIGN > CUSTOM CSS /* hide nav - all pages */ div#mainNavWrapper { 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!) 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