kierra_jade95 Posted August 23, 2022 Share Posted August 23, 2022 Site URL: https://kierrawalters.squarespace.com/home Hi, I'm needing to change the colour of the circled text on mobile only. I've been trying to use the below code but it isn't working. Is there something else that I need to do? @media screen and (max-width:767px) { #block-yui_3_17_2_1_1659070961342_145492 p {color: #4E5B5E !important;} } Page password is KJWDesign Thanks! Link to comment
tuanphan Posted August 25, 2022 Share Posted August 25, 2022 Use this code @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1659070961342_145492 * { color: red !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment