BiancaW Posted October 2, 2020 Share Posted October 2, 2020 Site URL: https://www.bluekoilimited.com/home-test Hey Guys, How do I hide the Navigation bar in 7.1 using Degraw template? Link to comment
Solution RicardoBautista Posted October 2, 2020 Solution Share Posted October 2, 2020 (edited) Try this out To do on a single page, click on the gear icon, advance, insert code <style> #header { display: none !important; } </style> To do on all pages. Navigate to design, custom CSS & paste below. #header { display: none !important; } Edited October 7, 2020 by RicardoBautista extra space Link to comment
BiancaW Posted October 4, 2020 Author Share Posted October 4, 2020 Thanks so much Ricardo Bautista it worked like a bomb! 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