justin_phang Posted December 9, 2023 Posted December 9, 2023 Hey there, I'm trying to shrink the font size of my 'Paragraph 3' font type in mobile view. How should I do this? I'm using 7.1 Learning something new everyday
Solution Web_Solutions Posted December 10, 2023 Solution Posted December 10, 2023 4 hours ago, justin_phang said: Hey there, I'm trying to shrink the font size of my 'Paragraph 3' font type in mobile view. How should I do this? I'm using 7.1 Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media only screen and (max-width: 767px) { p.sqsrte-small { font-size: 18px !important; } } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
justin_phang Posted December 10, 2023 Author Posted December 10, 2023 It worked, thank you! Learning something new everyday
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment