COMMUN Posted July 22, 2020 Posted July 22, 2020 Site URL: https://www.commun.space/ Hi, Does anyone know a way to add an announcement bar to a single page of a site instead of the entire site?
Beyondspace Posted July 23, 2020 Posted July 23, 2020 13 hours ago, GeorgiaBeeston said: Site URL: https://www.commun.space/ Hi, Does anyone know a way to add an announcement bar to a single page of a site instead of the entire site? You can turn on announcement bar and use custom css to hide it on all page and grab the page id of the actual page to show it BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
BrettGleason Posted November 5, 2020 Posted November 5, 2020 On 7/23/2020 at 12:55 AM, bangank36 said: You can turn on announcement bar and use custom css to hide it on all page and grab the page id of the actual page to show it @bangank36Thanks! do you know the CSS code is? I cant' seem to find one that works for the Horizon theme.
Beyondspace Posted November 5, 2020 Posted November 5, 2020 13 minutes ago, BrettGleason said: @bangank36Thanks! do you know the CSS code is? I cant' seem to find one that works for the Horizon theme. You should me your current site url BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
tuanphan Posted November 6, 2020 Posted November 6, 2020 You mean this template? https://horizon-demo.squarespace.com/ You can add this code to Home > Design > Custom CSS /* Hide announcement bar entire site */ .sqs-announcement-bar-dropzone { display: none; } Then edit page where you want to show announcement bar > Add Code Block > Paste this code <style> .sqs-announcement-bar-dropzone { display: block !important; } </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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.