scholarsayze Posted March 25, 2021 Share Posted March 25, 2021 Site URL: https://bluebird-porcupine-yzdg.squarespace.com/home Hello, I have an announcement bar at the top of my site. Is it possible to increase the small cross to close it down? It currently looks really small. https://bluebird-porcupine-yzdg.squarespace.com/home Many thanks! Link to comment
ErikaT Posted March 25, 2021 Share Posted March 25, 2021 Hi, .sqs-announcement-bar-close { font-size: 2.3em;} Link to comment
scholarsayze Posted March 26, 2021 Author Share Posted March 26, 2021 Hey Erika, thank you that's AWESOME! Worked real good, thanks again!👍👍👍 Link to comment
scholarsayze Posted March 26, 2021 Author Share Posted March 26, 2021 I just noticed, if I make the X bigger say 3.5em, is there a way to make it more centred? It drops to the bottom. Thanks! Link to comment
tuanphan Posted March 29, 2021 Share Posted March 29, 2021 On 3/26/2021 at 4:18 PM, scholarsayze said: I just noticed, if I make the X bigger say 3.5em, is there a way to make it more centred? It drops to the bottom. Thanks! have you solved it yet? 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
scholarsayze Posted March 30, 2021 Author Share Posted March 30, 2021 Not yet Tuanphan. As my site is live I had to add some additional code like this: /* ANNOUNCEMENT BAR CLOSE SIZE */ @media screen and (min-width:768px) { .sqs-announcement-bar-close { font-size: 2.3em;} } So that this only takes effect on desktop for now. If I didn't it was making it look odd on mobile. Please help if there is an alternative fix. Thank you! Link to comment
Solution tuanphan Posted March 31, 2021 Solution Share Posted March 31, 2021 On 3/30/2021 at 2:55 PM, scholarsayze said: Not yet Tuanphan. As my site is live I had to add some additional code like this: /* ANNOUNCEMENT BAR CLOSE SIZE */ @media screen and (min-width:768px) { .sqs-announcement-bar-close { font-size: 2.3em;} } So that this only takes effect on desktop for now. If I didn't it was making it look odd on mobile. Please help if there is an alternative fix. Thank you! Add to Design > Custom CSS .sqs-announcement-bar-close:after { font-size: 2em; line-height: 1.5em; } ErikaT 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
scholarsayze Posted April 1, 2021 Author Share Posted April 1, 2021 Thanks Tuanphan much appreciated ! 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