DickLloyd Posted March 5 Share Posted March 5 I want to create landing page that does not show the links to other pages in my website. I have been advised that I need to inject some text codeas follows: <style>.Header, .Footer, .Mobile-bar{display:none !important; }</style> I have done this, but my page still shows links to other pages in my website. Am I missing something obvious? I am very new to all this. Link to comment
Solution tuanphan Posted March 7 Solution Share Posted March 7 Your code is for 7.0 version. Use this new code for 7.1 version <style> header#header, footer.sections { display: none !important; } </style> DickLloyd 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
DickLloyd Posted March 9 Author Share Posted March 9 Many thanks, taunphan. Your suggestion worked for me. I am so grateful. 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