JesseMT Posted January 25, 2022 Posted January 25, 2022 Site URL: https://every-body-fits.com I would like to change the font size of my blog posts on mobile across all pages. I've tried h1, h2, h3, .entry-title - nothing is working. please help! Thanks, Jesse
tuanphan Posted January 25, 2022 Posted January 25, 2022 Try this code @media screen and (max-width:767px) { /* blog list */ h1.blog-title a { font-size: 30px !important; } /* individual posts */ div.blog-item-title h1 { font-size: 30px !important; } } Reference: jallory 1 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!)
JesseMT Posted January 27, 2022 Author Posted January 27, 2022 Thank you so much, Tuanphan! This worked. Legend.
sdesign Posted April 22 Posted April 22 Hi tuanphan, I found this post in the forum. But trying the code in 7.0 it does not work. Do you know what I am doing wrong?
tuanphan Posted April 25 Posted April 25 On 4/22/2024 at 7:56 PM, sdesign said: Hi tuanphan, I found this post in the forum. But trying the code in 7.0 it does not work. Do you know what I am doing wrong? Can you share link to your blog post? Because each template in 7.0 will have a different code 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