marcosw7 Posted June 4 Share Posted June 4 Can I please get some help? I need to change this font size on mobile because it looks huge. I don't want to mess up with other font, tho, so I'm not sure whether I need specific code? Thanks a lot!! RPReplay_Final1717481691.mp4 Link to comment
tuanphan Posted June 5 Share Posted June 5 Can you share link to this page? We can check easier 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!) Link to comment
marcosw7 Posted June 6 Author Share Posted June 6 (edited) 21 hours ago, tuanphan said: Can you share link to this page? We can check easier https://www.festifyrentals.com/blog/blog-post-title-one-ce7zg only on mobile it looks huge Edited June 6 by marcosw7 Link to comment
Solution tuanphan Posted June 6 Solution Share Posted June 6 2 hours ago, marcosw7 said: https://www.festifyrentals.com/blog/blog-post-title-one-ce7zg only on mobile it looks huge You can use this code to Website > Website Tools > Custom CSS /* blog title on mobile */ @media screen and (max-width:767px) { div.blog-item-title h1 { font-size: 30px !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!) Link to comment
marcosw7 Posted June 6 Author Share Posted June 6 7 hours ago, tuanphan said: You can use this code to Website > Website Tools > Custom CSS /* blog title on mobile */ @media screen and (max-width:767px) { div.blog-item-title h1 { font-size: 30px !important; } } worked out! thank you so much 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