KateLewis Posted July 27, 2020 Share Posted July 27, 2020 Site URL: https://vanilla-sunflower-m9gz.squarespace.com/config/design I have added a custom font to my 7.1 SquareSpace site but the font is too big for the header navigation. How can I make the font smaller? I have tried to add the following code, as found on another forum thread, but it hasn't made any difference. .header-nav-item a { font-size: 10px; Thanks in advance. Link to comment
rwp Posted July 27, 2020 Share Posted July 27, 2020 Your site is private. Your code should work for 7.1, you are missing the } You should also use em and not px, you could try this as well. .header-nav a { font-size: .8em; } If you set your site up for password access, I can find out the correct code if these dont work. Link to comment
tuanphan Posted July 27, 2020 Share Posted July 27, 2020 edit your code to .header-nav-item a { font-size: 10px !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
KateLewis Posted August 11, 2020 Author Share Posted August 11, 2020 Thank you rwp and tuanphan, I changed to em as receommended and that has worked. Thanks for your help! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.