jesswp Posted November 4, 2021 Share Posted November 4, 2021 Looking to reduce font size in mobile for the announcement bar. Unsure what I might be doing wrong/targeting wrong... @media screen and (max-width: 640px) { .sqs-announcement-bar-text, .sqs-announcement-bar-text p { font-size: 9px; } } https://snail-sprout-zgz3.squarespace.com/ pass: workout Link to comment
Beyondspace Posted November 5, 2021 Share Posted November 5, 2021 On 11/4/2021 at 10:05 AM, jesswp said: Looking to reduce font size in mobile for the announcement bar. Unsure what I might be doing wrong/targeting wrong... @media screen and (max-width: 640px) { .sqs-announcement-bar-text, .sqs-announcement-bar-text p { font-size: 9px; } } https://snail-sprout-zgz3.squarespace.com/ pass: workout Try in Home > Design > Custom Css #announcement-bar-text-inner-id p { font-size: 9px !important; } Let me know how it works on your site Support me by pressing 👍 if this useful for you 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, Lightbox Studio pluginIf 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
Beyondspace Posted November 5, 2021 Share Posted November 5, 2021 My testing result 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, Lightbox Studio pluginIf 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
jesswp Posted November 7, 2021 Author Share Posted November 7, 2021 On 11/5/2021 at 10:21 AM, bangank36 said: Try in Home > Design > Custom Css #announcement-bar-text-inner-id p { font-size: 9px !important; } Let me know how it works on your site Support me by pressing 👍 if this useful for you YES! Thank you so much!! 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