olipowell Posted September 26, 2019 Posted September 26, 2019 I'm trying to add some custom code to alter the text of my site on mobile as there's no functionality to do this in the style editor, other than dynamic scaling which is unpredictable and inconsistent across blocks. I added the following to adjust my headings, which was straight forward but I'm struggling to target text within image blocks @media only screen and (max-width: 640px) { h2 {font-size:2em;} } Thanks
tuanphan Posted September 26, 2019 Posted September 26, 2019 @olipowell can you share site url to check image block's 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!)
olipowell Posted September 26, 2019 Author Posted September 26, 2019 It's unpublished here @ www.rejectsupply.com Test123
tuanphan Posted September 26, 2019 Posted September 26, 2019 @olipowell @media screen and (max-width:640px) { .image-title-wrapper * { font-size: 10px !important; } } 5 minutes to check & found the 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
Archived
This topic is now archived and is closed to further replies.