BiancaW Posted October 2, 2020 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?
RicardoBautista Posted October 2, 2020 Posted October 2, 2020 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; }
BiancaW Posted October 4, 2020 Author Posted October 4, 2020 Thanks so much Ricardo Bautista it worked like a bomb!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.