PoppyShotts Posted October 13, 2022 Share Posted October 13, 2022 Site URL: https://parakeet-carrot-xzxb.squarespace.com/ Password: steph I have a block of text (#block-yui_3_17_2_1_1665133501472_1648588) that is legible on desktop view (font: #000000), but it isn't legible on mobile view (too dark). Can someone please help me to write some CSS to make this block of text white in mobile view only? Many thanks! Link to comment
Beyondspace Posted October 13, 2022 Share Posted October 13, 2022 15 minutes ago, PoppyShotts said: Site URL: https://parakeet-carrot-xzxb.squarespace.com/ Password: steph I have a block of text (#block-yui_3_17_2_1_1665133501472_1648588) that is legible on desktop view (font: #000000), but it isn't legible on mobile view (too dark). Can someone please help me to write some CSS to make this block of text white in mobile view only? Many thanks! Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1665133501472_1648588 p span { color: #fff !important; } } 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, Keyword HighlighterIf 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 October 13, 2022 Share Posted October 13, 2022 My testing 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, Keyword HighlighterIf 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
PoppyShotts Posted October 13, 2022 Author Share Posted October 13, 2022 1 hour ago, bangank36 said: My testing thank you SO much - this works perfectly - thank you thank you! Poppy 🙂 Beyondspace 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