GeorgiaBeeston 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, 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> S74 1 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
Create an account or sign in to comment
You need to be a member in order to leave a comment