QDW Posted December 30, 2019 Share Posted December 30, 2019 I have been trying for days in CSS but cannot get the font in anything to change. I am trying to get the site title and the blog title headings on the home page to change. Here is what I have, but it seems to have no effect and I have tried several variations. TIA!!! @font-face { font-family: 'QUANTIFY'; src: url(https://static1.squarespace.com/static/5dfa8d8f3dca077a2e9c02d2/t/5dfab078f9cc2c0a444b03dc/1576710264403/Quantify.woff); } /* Custom Font - Site Title */ .site-title span { font-family: 'QUANTIFY' !important; } /* Custom Font - Header Main Navigation */ .main-nav * { font-family: 'QUANTIFY' !important; } Link to comment
tuanphan Posted December 31, 2019 Share Posted December 31, 2019 Can you share link to your site? Difficult to check without site url. Each template needs different Code. 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
QDW Posted December 31, 2019 Author Share Posted December 31, 2019 www.searchbmore.com I am able to get it to change the Blog title after you click on initial blog post link from the home page. Thanks. Link to comment
tuanphan Posted January 1, 2020 Share Posted January 1, 2020 23 hours ago, QDW said: www.searchbmore.com I am able to get it to change the Blog title after you click on initial blog post link from the home page. Thanks. Add to Home > Design > Custom CSS a.Header-branding { font-family: 'QUANTIFY' !important; } h1.Blog-title.Blog-title--item { font-family: 'QUANTIFY' !important; } 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
QDW Posted January 2, 2020 Author Share Posted January 2, 2020 Thank you!! That worked for the site title. I still can't get the font to change for the blog titles on the home page though. Link to comment
tuanphan Posted January 2, 2020 Share Posted January 2, 2020 6 minutes ago, QDW said: Thank you!! That worked for the site title. I still can't get the font to change for the blog titles on the home page though. Can you take screenshot of "blog title"? 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
tuanphan Posted January 2, 2020 Share Posted January 2, 2020 6 minutes ago, QDW said: Thanks. h2.Blog-title { font-family: 'QUANTIFY' !important; } 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
QDW Posted January 2, 2020 Author Share Posted January 2, 2020 Worked, thank you so much!! Link to comment
EllieB Posted April 24, 2020 Share Posted April 24, 2020 Hello, I have a question on this topic too. I am working on Rally in Brine also, and I want the blog titles to be in Montserrat and blog body font in Baskerville URW, and for them to show up on the home page as such. I copied the code above and it changes in the actual blog post but not site-wide. Can you help?! Thank you! Link to comment
tuanphan Posted April 25, 2020 Share Posted April 25, 2020 15 hours ago, EllieB said: Hello, I have a question on this topic too. I am working on Rally in Brine also, and I want the blog titles to be in Montserrat and blog body font in Baskerville URW, and for them to show up on the home page as such. I copied the code above and it changes in the actual blog post but not site-wide. Can you help?! Thank you! I think you can change this in Home > Design > Site Styles? without using code 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
EllieB Posted April 25, 2020 Share Posted April 25, 2020 20 minutes ago, tuanphan said: I think you can change this in Home > Design > Site Styles? without using code Hey, Thanks for replying - I'm brand new to Squarespace so I appreciate your help! So in this screen shot it says no <h> tag on post titles on blog pages - but can I use one? I need Header 1 in all blog titles site-wide! Thanks again! Link to comment
tuanphan Posted April 25, 2020 Share Posted April 25, 2020 3 hours ago, EllieB said: Hey, Thanks for replying - I'm brand new to Squarespace so I appreciate your help! So in this screen shot it says no <h> tag on post titles on blog pages - but can I use one? I need Header 1 in all blog titles site-wide! Thanks again! You need H1 for SEO, or H1 Style? If h1 style, we can use code to make title style same as h1 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
EllieB Posted April 26, 2020 Share Posted April 26, 2020 Hey, I need H1 font to be the blog title style on all pages across site - homepage, blog list page and blog post. Thank you! Link to comment
EllieB Posted April 26, 2020 Share Posted April 26, 2020 At present it seems to be the body copy font that shows up on homepage. So I am looking for the title to be in H1 and the excerpt to be the body copy font... Link to comment
tuanphan Posted April 26, 2020 Share Posted April 26, 2020 23 minutes ago, EllieB said: At present it seems to be the body copy font that shows up on homepage. So I am looking for the title to be in H1 and the excerpt to be the body copy font... Can you share link to blog page on your site? 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.