cherrystudio Posted March 20 Share Posted March 20 I am trying to decrease the font size in my website's footer on mobile only. Can someone please advise on the custom CCS code? Thanks! Link to comment
tuanphan Posted March 25 Share Posted March 25 Add to Design > Custom CSS /* Mobile Footer */ @media screen and (max-width:767px) { footer.sections * { font-size: 12px !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
madcapcreative Posted October 31 Share Posted October 31 @tuanphan Is there a way to target a specific font, like H4, and adjust its size on mobile in footer only? Thanks in advance! 🙂 Link to comment
tuanphan Posted November 3 Share Posted November 3 On 11/1/2023 at 3:16 AM, madcapcreative said: @tuanphan Is there a way to target a specific font, like H4, and adjust its size on mobile in footer only? Thanks in advance! 🙂 Use code like this /* Mobile Footer */ @media screen and (max-width:767px) { footer.sections h4 { font-size: 12px !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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