ash1570048080 Posted November 25, 2021 Share Posted November 25, 2021 (edited) Site URL: https://www.berenfeld.net/dasistmischa Hello 🙂 I'd like to change the body text font size for mobile devices only. Right now it's 19px. That's fine for desktop view but it's too large on mobile. Any ideas? Edited November 25, 2021 by ash1570048080 Link to comment
Beyondspace Posted November 27, 2021 Share Posted November 27, 2021 On 11/25/2021 at 10:58 PM, ash1570048080 said: Site URL: https://www.berenfeld.net/dasistmischa Hello 🙂 I'd like to change the body text font size for mobile devices only. Right now it's 19px. That's fine for desktop view but it's too large on mobile. Any ideas? You can get reference with media query In your case, we can set the following code in Home > Design > Custom Css @media screen and (max-width: 767px) { .collection-type-project .project-slide-description-text { font-size: 16px; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too ash1570048080 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
ash1570048080 Posted November 27, 2021 Author Share Posted November 27, 2021 It worked! Thank you so much! :))) 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