GreenRing 0 Share Posted January 7 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 post
tuanphan 9,366 Share Posted January 8 Add to Home > Design > Custom CSS #mainNavigation * { font-size: 30px !important; } .back-to-top a { font-family: monospace !important; font-size: 35px; } GreenRing 1 You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
GreenRing 0 Author Share Posted January 8 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 post
tuanphan 9,366 Share Posted January 9 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; } } You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment