sjkcwatson Posted July 13, 2016 Share Posted July 13, 2016 On the Istaca format, is there a way to set css in the header to hide the submenubar and the bar that the search shows up in? I'd like to hide them on certain pages. Thanks! Link to comment Share on other sites More sharing options...
SportsEngine Staffer Posted October 18, 2016 Share Posted October 18, 2016 Yes - for those specific pages, use this code in the HEAD CODE section. <style> #topNav > div.theme-search-wrapper { display: none; } #topNav > div.theme-sub-nav{ display: none; } </style> Link to comment Share on other sites More sharing options...
sjkcwatson Posted October 19, 2016 Author Share Posted October 19, 2016 Thank you! I ended up having to use: .theme-search-wrapper { display: none !important; } .theme-sub-nav { display: none !important; } but it worked perfectly! Link to comment Share on other sites More sharing options...
Question
sjkcwatson
On the Istaca format, is there a way to set css in the header to hide the submenubar and the bar that the search shows up in? I'd like to hide them on certain pages. Thanks!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.