AaronC Posted May 12, 2022 Posted May 12, 2022 Site URL: https://www.diallekt.com On my website homepage, it says "Our online FLUENCY ACCELERATOR™ course teaches you a method for becoming fluent in any language" - which is currently in Paragraph 1 font (1.2rem). However, I want the font in that specific text block to be slightly smaller (1rem) on mobile, while staying the same size (1.2rem) on desktop. Is there any way to do that? Here is my website: www.diallekt.com Thank you so much. Beyondspace 1
Beyondspace Posted May 12, 2022 Posted May 12, 2022 1 hour ago, AaronC said: Site URL: https://www.diallekt.com On my website homepage, it says "Our online FLUENCY ACCELERATOR™ course teaches you a method for becoming fluent in any language" - which is currently in Paragraph 1 font (1.2rem). However, I want the font in that specific text block to be slightly smaller (1rem) on mobile, while staying the same size (1.2rem) on desktop. Is there any way to do that? Here is my website: www.diallekt.com Thank you so much. The following Css code could achieve this @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1652321734868_4479 strong{ font-size: 1rem; } } Let me know how it goes BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
AaronC Posted May 12, 2022 Author Posted May 12, 2022 @bangank36 it worked! Thank you so much for helping me on this. Beyondspace 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment