COMMUN Posted July 22, 2020 Share 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? Link to comment
Beyondspace Posted July 23, 2020 Share 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 (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
BrettGleason Posted November 5, 2020 Share 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. Link to comment
Beyondspace Posted November 5, 2020 Share 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 (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
tuanphan Posted November 6, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.