JSolis Posted September 18, 2022 Share Posted September 18, 2022 (edited) Site URL: https://www.juansolisphoto.com Hi! I would like to change the font size of the tittle 2 'Visual stories.' of the home page on the mobile, but despite adding the following code in CSS I don't see any change. @media screen and (max-width: 640px) { #block-yui_3_17_2_1_1662735243129_3397 { font-size: 50px !important; } } I got the identifier of the block through the extension of Chrome 'Squarespace ID finder'. Could you help me please? Thanks! password: holahola Edited September 18, 2022 by JSolis Link to comment
Solution Beyondspace Posted September 19, 2022 Solution Share Posted September 19, 2022 22 hours ago, JSolis said: Site URL: https://www.juansolisphoto.com Hi! I would like to change the font size of the tittle 2 'Visual stories.' of the home page on the mobile, but despite adding the following code in CSS I don't see any change. @media screen and (max-width: 640px) { #block-yui_3_17_2_1_1662735243129_3397 { font-size: 50px !important; } } I got the identifier of the block through the extension of Chrome 'Squarespace ID finder'. Could you help me please? Thanks! password: holahola You can try @media only screen and (max-width: 640px) { #block-yui_3_17_2_1_1662735243129_3397 h2 { font-size: 30px !important; } } 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
JSolis Posted September 21, 2022 Author Share Posted September 21, 2022 On 9/19/2022 at 3:30 PM, bangank36 said: You can try @media only screen and (max-width: 640px) { #block-yui_3_17_2_1_1662735243129_3397 h2 { font-size: 30px !important; } } Thanks a lot! 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