bb-vc Posted December 15, 2023 Share Posted December 15, 2023 Hi, Do you know how can we add another announcement bar under the default one (with background color) that fit the screen for MacOS, Window and mobile users? Thank you. Link to comment
derricksrandomviews Posted December 15, 2023 Share Posted December 15, 2023 It takes HTML and knowing what billing plan you are on to do this, but it can be done. Posting your site url will help get this started. Link to comment
bb-vc Posted December 15, 2023 Author Share Posted December 15, 2023 https://herring-mackerel-ew27.squarespace.com/ PW: bb2024 I want to add another blue announcement bar under the default orange announcement bar (similar to the image below). Thank you. Link to comment
tuanphan Posted December 18, 2023 Share Posted December 18, 2023 You can add another paragraph, then we can give code to style both to new different color, something like this. However if click Close button >> it will close both bars, so you can consider remove X (I can give code) div.sqs-announcement-bar-text { padding: 0 !important; } .sqs-announcement-bar-custom-location p:first-child { background-color: var(--announcement-bar-background-color); padding: 5px; } .sqs-announcement-bar-custom-location p:last-child { background-color: blue; padding: 5px; } span.sqs-announcement-bar-close { display: none; } 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
bb-vc Posted December 18, 2023 Author Share Posted December 18, 2023 17 hours ago, tuanphan said: You can add another paragraph, then we can give code to style both to new different color, something like this. However if click Close button >> it will close both bars, so you can consider remove X (I can give code) div.sqs-announcement-bar-text { padding: 0 !important; } .sqs-announcement-bar-custom-location p:first-child { background-color: var(--announcement-bar-background-color); padding: 5px; } .sqs-announcement-bar-custom-location p:last-child { background-color: blue; padding: 5px; } span.sqs-announcement-bar-close { display: none; } Hi, after using the code my announcement bar changed its color but there was no additional announcement bar added. Link to comment
tuanphan Posted December 19, 2023 Share Posted December 19, 2023 See this notice, add it under current paragraph 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
bb-vc Posted December 19, 2023 Author Share Posted December 19, 2023 12 hours ago, tuanphan said: See this notice, add it under current paragraph Hi, how can we add another paragraph to the header section? Link to comment
Solution tuanphan Posted December 20, 2023 Solution Share Posted December 20, 2023 Put cursor at the end of current paragraph, then press Enter, you can type new paragraph 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment