jpeyton114 Posted May 16, 2020 Share Posted May 16, 2020 Does anyone have a code that works to change the site title to custom font on Five template? All the codes I have used in the past are not working. Thank you. Link to comment
derricksrandomviews Posted May 16, 2020 Share Posted May 16, 2020 https://www.kayleighnoele.com/blog/how-to-upload-a-custom-font-to-squarespace Link to comment
jpeyton114 Posted May 17, 2020 Author Share Posted May 17, 2020 Thank you. These codes do not work either. Link to comment
tuanphan Posted May 17, 2020 Share Posted May 17, 2020 Add to Home > Design > Custom CSS @font-face { font-family: fontname; src: url(https://static1.squarespace.com/static/5d2b34d977f80900014edb0d/t/5e3f7cb899dd6e23d8b1e836/1581219002767/nexa-regular.otf); } /* Desktop */ div#site-title-wrapper h1#site-title a{ font-family: fontname; } /* mobile */ nav#mobile-navigation span#mobile-navigation-title a{ font-family: fontname; } Reference: https://beaverhero.com/five-squarespace/#Site_Title_Custom_Font 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
jpeyton114 Posted May 17, 2020 Author Share Posted May 17, 2020 Thank you! this worked! Link to comment
jpeyton114 Posted May 17, 2020 Author Share Posted May 17, 2020 Do you have a code that will work for the headers? The typical code I would inject doesn't work on this template either. Link to comment
tuanphan Posted May 17, 2020 Share Posted May 17, 2020 3 minutes ago, jpeyton114 said: Do you have a code that will work for the headers? The typical code I would inject doesn't work on this template either. Site title, or header navigation or? Can you share link to 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
jpeyton114 Posted May 17, 2020 Author Share Posted May 17, 2020 dory-pufferfish-pty5.squarespace.com For header 1. I try to use this code: h1 {font-family: 'NAME';} and it doesn't change header 1. Link to comment
tuanphan Posted May 17, 2020 Share Posted May 17, 2020 8 minutes ago, jpeyton114 said: dory-pufferfish-pty5.squarespace.com For header 1. I try to use this code: h1 {font-family: 'NAME';} and it doesn't change header 1. your site is private. You can setup passpwrd & share url also you can try h1 {font-family: 'NAME' !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
jpeyton114 Posted May 17, 2020 Author Share Posted May 17, 2020 Thank you. That worked! I haven't upgraded yet to make it public, as I am trying to get it all set up first. It's weird that none of the codes I have used in other squarespace sites work with this one. Not a code expert... Do you know a code that would work to change the title font on an image block:poster and an image block:collage? Link to comment
tuanphan Posted May 18, 2020 Share Posted May 18, 2020 15 hours ago, jpeyton114 said: Thank you. That worked! I haven't upgraded yet to make it public, as I am trying to get it all set up first. It's weird that none of the codes I have used in other squarespace sites work with this one. Not a code expert... Do you know a code that would work to change the title font on an image block:poster and an image block:collage? Can you share link to page where you use 2 blocks? I don't remember their code class. Need to check. 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
jpeyton114 Posted May 28, 2020 Author Share Posted May 28, 2020 https://dory-pufferfish-pty5.squarespace.com/config/design/styles Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.