GreenRing Posted January 7, 2021 Share Posted January 7, 2021 Site URL: https://greenringmusic.com Hey everyone! Totally new to customizing css. Just looking to do two things: 1. Make the text for my header navigation links bigger and 2. Change the font of the back to top button that automatically appears on mobile. Haven't been able to figure it out looking around on here. Thanks! Link to comment
tuanphan Posted January 8, 2021 Share Posted January 8, 2021 Add to Home > Design > Custom CSS #mainNavigation * { font-size: 30px !important; } .back-to-top a { font-family: monospace !important; font-size: 35px; } 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
GreenRing Posted January 8, 2021 Author Share Posted January 8, 2021 1 hour ago, tuanphan said: Add to Home > Design > Custom CSS #mainNavigation * { font-size: 30px !important; } .back-to-top a { font-family: monospace !important; font-size: 35px; } Thanks so much! That worked perfectly! Link to comment
tuanphan Posted January 9, 2021 Share Posted January 9, 2021 I see logo a bit small on tablet. Add this CSS to increase size /* tablet logo */ @media screen and (max-width:991px) and (min-width:768px) { #header #logoWrapper #logoImage img, #header #siteTitleWrapper #logoImage img { max-height: 100px; margin-top: -20px; } } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.