KristinGibson Posted October 24, 2019 Share Posted October 24, 2019 I am hoping to figure out how the reduce the overall height/size of the announcement bar on the Harris Template. It is really large at default settings but I can't figure out the code to get it to reduce properly. Any help would be much appreciated. Link to comment
tuanphan Posted October 24, 2019 Share Posted October 24, 2019 Try adding to Home > Design > Custoom CSS. If it doesn't work, can you share site url? .sqs-announcement-bar-dropzone { height: 15px; } 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
KristinGibson Posted October 25, 2019 Author Share Posted October 25, 2019 (edited) That didn't fix it but here is the link http://www.qualiq.ca I have tried a few things that I think should work, but nothing seems to do the trick. Thank you for your help! Edited October 25, 2019 by KristinGibson Link to comment
tuanphan Posted October 25, 2019 Share Posted October 25, 2019 @KristinGibson /* Decrease font size */ .sqs-announcement-bar-text p { font-size: 15px; } /* Decrease height */ .sqs-announcement-bar-text { padding-top: 5px; padding-bottom: 5px; } /* Close icon */ .sqs-announcement-bar-close:after { line-height: 1.5em; } KristinGibson 1 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
KristinGibson Posted October 25, 2019 Author Share Posted October 25, 2019 That did it! Thank you so much! Link to comment
IbbyA Posted August 5, 2022 Share Posted August 5, 2022 Hello, does this custom CSS still work for resizing announcement bar? Link to comment
tuanphan Posted August 6, 2022 Share Posted August 6, 2022 On 8/5/2022 at 2:37 PM, IbbyA said: Hello, does this custom CSS still work for resizing announcement bar? Hi. You can add code & try resize. 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
BureauSF Posted October 27, 2023 Share Posted October 27, 2023 Reviving this thread in hopes that @tuanphan may have a solution in Squarespace 7.1 The announcement bar is generally way to high, especially in mobile view - unfortunately code above does not work to target font or space. Link to comment
BureauSF Posted October 27, 2023 Share Posted October 27, 2023 A quick update: just found a solution thanks to @paul2009 who pointed out a (persistent) copy/paste bug in this thread tuanphan 1 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