joseph3 Posted April 27, 2020 Share Posted April 27, 2020 Site URL: https://lovestorybirth.com Hi, I would like to change the site title font. I would prefer to do it via CSS because I like the functionality of the font colour changing depending on what page you're on. If I upload a logo the colour would be the same on all pages. Everything I've tried so far in the CSS entry box has not changed the font. I am using the new version of squarespace. Has anyone got a fix? What do I need to add to the code (see jpeg). Link to comment
ChrisBartow Posted April 27, 2020 Share Posted April 27, 2020 You need to assign the new font-face to the logo class. Try adding this below your custom css. .header-title-text { font-family:Lydian; } efranken, gdmartino, joseph3 and 1 other 1 2 1 Creating websites using Squarespace at Design by Donuts 🍩 Link to comment
joseph3 Posted April 27, 2020 Author Share Posted April 27, 2020 You're amazing!!! Thanks so much! ChrisBartow 1 Link to comment
CarlieJohnson Posted May 18, 2020 Share Posted May 18, 2020 On 4/27/2020 at 2:03 PM, ChrisBartow said: You need to assign the new font-face to the logo class. Try adding this below your custom css. .header-title-text { font-family:Lydian; } Hi Chris! After searching and searching, this code helped me change the font of my site title as well. So thank you for the help! By chance, do you know how to change the size of the font for a custom font site title? I added my font but it seems very small (attached photos for reference). Link to comment
tuanphan Posted May 19, 2020 Share Posted May 19, 2020 1 hour ago, CarlieJohnson said: Hi Chris! After searching and searching, this code helped me change the font of my site title as well. So thank you for the help! By chance, do you know how to change the size of the font for a custom font site title? I added my font but it seems very small (attached photos for reference). \ \ .header-title-text { font-family:Lydian; font-size: 30px !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
gdmartino Posted January 25, 2022 Share Posted January 25, 2022 Than you!! On 4/28/2020 at 5:03 AM, ChrisBartow said: You need to assign the new font-face to the logo class. Try adding this below your custom css. .header-title-text { font-family:Lydian; } 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