sigune100 Posted December 27, 2021 Share Posted December 27, 2021 Hello, I am trying to hide the Header action button on a single page. I don't want to hide the button on all pages. Just one page. Can anyone advise me on how to do this? TIA! Link to comment
Beyondspace Posted December 28, 2021 Share Posted December 28, 2021 9 hours ago, sigune100 said: Hello, I am trying to hide the Header action button on a single page. I don't want to hide the button on all pages. Just one page. Can anyone advise me on how to do this? TIA! I think we can use CSS for you page id that need to hide the button. #pageid .header-actions--right { display: none; } Use Squarespace ID Finder extension to find your page id: http://recordit.co/qwnj09oNCa If you can not go through with Css code, kindly share your site with the protected password so we can take a look sigune100 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
sigune100 Posted December 28, 2021 Author Share Posted December 28, 2021 Thank you, bangank36 This worked. Best regards... Link to comment
tuanphan Posted January 1, 2022 Share Posted January 1, 2022 Just a suggestion, instead of finding page id, you can edit page >> add a Code block (anywhere on page) >> Use code with <style> tag <style> .header-actions--right { display: none; } </style> 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
Fishlette Posted January 18, 2022 Share Posted January 18, 2022 On 1/1/2022 at 3:14 AM, tuanphan said: Just a suggestion, instead of finding page id, you can edit page >> add a Code block (anywhere on page) >> Use code with <style> tag <style> .header-actions--right { display: none; } </style> @tuanphan when I use this code - it shifts my entire logo & menu navigation (that is center aligned) to where the button used to me (which was right aligned) Any code recommendations to adjust accordingly? Thanks! Link to comment
tuanphan Posted January 20, 2022 Share Posted January 20, 2022 On 1/19/2022 at 6:08 AM, Fishlette said: @tuanphan when I use this code - it shifts my entire logo & menu navigation (that is center aligned) to where the button used to me (which was right aligned) Any code recommendations to adjust accordingly? Thanks! Try this new code, if it doesn't work, please share link to your site <style> .header-actions--right { visibility: hidden; opacity: 0; } </style> 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment