connorablaker Posted August 9 Share Posted August 9 Hello, I am trying to make the two text boxes here a grey colour (#535353) but only for mobile so it is more legible. However, I have no idea what I'm doing wrong here. This code does work for other parameters such as padding etc, but it doesn't seem to change the colour. Not sure what's going on. Any ideas? https://sketchedin.co.uk Link to comment
creedon Posted August 10 Share Posted August 10 text-color is not a valid CSS property. You want something like the following. #block-a2885b7c4ffa74a4c11d .sqsrte-text-color--white { color : #535353; } Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
connorablaker Posted August 10 Author Share Posted August 10 this worked perfectly! thank you so much. creedon 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