BelleAimeMUSICINC Posted February 14 Posted February 14 Hi! We were looking for some guidance on if there’s a way to change the size of our fonts in mobile view without changing it in computer view using codes? This would be used across multiple pages We have no background knowledge of coding. We are also hoping to resize a video.
tuanphan Posted February 17 Posted February 17 You can share link to site & let me know which elements you want to change size, we can help easier For example, if you want to resize h1, h2, h3, p1 only, you can use this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { h1 {font-size: 28px !important;} h2 {font-size: 28px !important;} h3 {font-size: 28px !important;} p.sqsrte-large {font-size: 28px !important;} } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment