AndParasols Posted October 28, 2020 Share Posted October 28, 2020 Hi there, Is it possible to remove the search bar from a single page of my site? I'm using sentry login to set up a 'members only' area of the site and want users to login on a screen that has nothing on it but and image and a button. I've managed to remove the header navigation already, the search bar is still there. I'm using a Brine family template. Thanks, AP Link to comment
MarcWatson Posted October 28, 2020 Share Posted October 28, 2020 Can you share a link? Link to comment
AndParasols Posted October 28, 2020 Author Share Posted October 28, 2020 11 minutes ago, MarcWatson said: Can you share a link? Sure http://www.crsi.me Link to comment
MarcWatson Posted October 28, 2020 Share Posted October 28, 2020 This should work -- add this to the custom css section: .Header-search { display: none!important; } Link to comment
AndParasols Posted October 28, 2020 Author Share Posted October 28, 2020 5 minutes ago, MarcWatson said: This should work -- add this to the custom css section: .Header-search { display: none!important; } Thanks, that's removed it, but from the whole site rather than just that page. I do need it to be available to the rest of the site. Is there a way to just remove it from that single page? Link to comment
MarcWatson Posted October 28, 2020 Share Posted October 28, 2020 I am sorry that I forgot -- add the collection to the beginning. #collection-5f99b88a1c958f5939d72fa8 .Header-search { display: none!important; } Link to comment
AndParasols Posted October 28, 2020 Author Share Posted October 28, 2020 7 minutes ago, MarcWatson said: #collection-5f99b88a1c958f5939d72fa8 .Header-search { display: none!important; } That's worked! Thanks so much 😀 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.