Ziggy Posted December 15, 2021 Posted December 15, 2021 Does anyone have a way of changing the text and link in the announcement bar on a single page? Thanks! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
tuanphan Posted December 17, 2021 Posted December 17, 2021 Hi. Can you share link to page where you want to change? We can use CSS/Script code to achieve this 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!)
Jeremyn Posted January 5, 2022 Posted January 5, 2022 Hi there, is it possible to show the announcement bar on a single page? www.creativeportrait.net.au Thank you
tuanphan Posted January 7, 2022 Posted January 7, 2022 On 1/5/2022 at 3:16 PM, Jeremyn said: Hi there, is it possible to show the announcement bar on a single page? www.creativeportrait.net.au Thank you To show on single page, first add this to Design >Custom CSS /* hide announcement bar on all pages */ .sqs-announcement-bar-dropzone { display: none; } Next, edit single page >> Add a Code Block (any where) >> Paste this code (You can add to Page Header if using Business plan or higher) <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!)
Jeremyn Posted January 7, 2022 Posted January 7, 2022 Awesome Tuan, thank you very much for your quick reply. Silly question... Is the announcement bar goes with the header or can be display without the header on a landing page?
tuanphan Posted January 8, 2022 Posted January 8, 2022 18 hours ago, Jeremyn said: Awesome Tuan, thank you very much for your quick reply. Silly question... Is the announcement bar goes with the header or can be display without the header on a landing page? With code, you can remove header + show announcement bar on specific page. 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!)
Jeremyn Posted January 8, 2022 Posted January 8, 2022 I have added this code but it hide header and announcement bar together. How can I hide the header while keeping the announcement bar please? <!-- Announcement bar --> <style> .sqs-announcement-bar-dropzone { display: block !important; } </style> <!-- Header and resize --> <style> #header { display: none!important;} </style>
tuanphan Posted January 8, 2022 Posted January 8, 2022 4 hours ago, Jeremyn said: I have added this code but it hide header and announcement bar together. How can I hide the header while keeping the announcement bar please? <!-- Announcement bar --> <style> .sqs-announcement-bar-dropzone { display: block !important; } </style> <!-- Header and resize --> <style> #header { display: none!important;} </style> Can you share link to that page? We can check class name easier 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!)
Jeremyn Posted January 8, 2022 Posted January 8, 2022 Yes it is https://www.creativeportrait.net.au/special-offer-booking-page
tuanphan Posted January 10, 2022 Posted January 10, 2022 On 1/8/2022 at 6:41 PM, Jeremyn said: Yes it is https://www.creativeportrait.net.au/special-offer-booking-page First, remove this code <style> #header { display: none!important;} </style> Next, add this new code <style> /* hide header */ .header-announcement-bar-wrapper { 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!)
cloecloa Posted November 10, 2022 Posted November 10, 2022 Hi @tuanphan Thanks for your help o. this chain. I see at the top you say it is possible to change text and link on the announcement bar on a single page. Are you able to let me know how to do that? URL is here:https://www.howaboutnope.com/np-shop Thank you!
tuanphan Posted November 13, 2022 Posted November 13, 2022 On 11/10/2022 at 12:25 PM, cloecloa said: Hi @tuanphan Thanks for your help o. this chain. I see at the top you say it is possible to change text and link on the announcement bar on a single page. Are you able to let me know how to do that? URL is here:https://www.howaboutnope.com/np-shop Thank you! I see you have 2 links, change both or which? 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!)
cloecloa Posted November 14, 2022 Posted November 14, 2022 Hey! Thanks for coming back to me, it would to change the whole announcement bar to say "10% off your first order, expires in 24hrs", it would link to a form on the page. Thanks, Chloe
tuanphan Posted November 21, 2022 Posted November 21, 2022 On 11/14/2022 at 10:36 AM, cloecloa said: Hey! Thanks for coming back to me, it would to change the whole announcement bar to say "10% off your first order, expires in 24hrs", it would link to a form on the page. Thanks, Chloe Add this to that Page Header <style> div#announcement-bar-text-inner-id p a { font-size: 0; } div#announcement-bar-text-inner-id p:last-child:after { content: "10% off your first order, expires in 24hrs"; font-size: 22px; } </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
Create an account or sign in to comment
You need to be a member in order to leave a comment