webinaide Posted September 11, 2019 Share Posted September 11, 2019 (edited) Anyone have luck changing the image block title & body text and the button text to a custom font via Font Face? I've tried a few options (see below) and nothing is changing. Thank you! a.sqs-block-button-element { font-family: "Gotham-Book2" !important; }.sqs-block-image .design-layout-overlap .image-title p { font-family: "Gotham-Book2" !important; } Edited September 11, 2019 by webinaide Initial Revision Link to comment
tuanphan Posted September 11, 2019 Share Posted September 11, 2019 @webinaide can you share site url to check 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
webinaide Posted September 11, 2019 Author Share Posted September 11, 2019 www.dance-forever.com/home Thank you! Link to comment
webinaide Posted September 11, 2019 Author Share Posted September 11, 2019 www.dance-forever.com/home Thank you! Link to comment
Solution tuanphan Posted September 11, 2019 Solution Share Posted September 11, 2019 @webinaide /* Image blocks and button in image blocks */ .sqs-block-image * { font-family: "Gotham-Book2" !important; } /* Newsletter form button */ .newsletter-form-button { font-family: "Gotham-Book2" !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
webinaide Posted September 11, 2019 Author Share Posted September 11, 2019 It worked, thank you! Link to comment
webinaide Posted September 11, 2019 Author Share Posted September 11, 2019 It worked, thank you! Link to comment
tuanphan Posted September 11, 2019 Share Posted September 11, 2019 @webinaide You can Accept Answer. Other members can use if they know it worked. Thanks. 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
jenplusplus Posted November 11, 2019 Share Posted November 11, 2019 Is there a way to change just the header font on the image block -- the code you provided works for changing all of the text in the image block... I don't want the button font to change or the body text in the image block. I'm using the "Ready" template. The code you provided in the previous post works but changes all of the font. Thanks! Link to comment
tuanphan Posted November 11, 2019 Share Posted November 11, 2019 8 minutes ago, jenplusplus said: Is there a way to change just the header font on the image block -- the code you provided works for changing all of the text in the image block... I don't want the button font to change or the body text in the image block. I'm using the "Ready" template. The code you provided in the previous post works but changes all of the font. Thanks! Can you share link to your site and take screenshot of "header"? 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
jenplusplus Posted November 11, 2019 Share Posted November 11, 2019 Yes. JennyTheBus.com Password is: JennyTheBus Link to comment
jenplusplus Posted November 11, 2019 Share Posted November 11, 2019 This is the code I've written for the H1 & H2. I'd like it to be the header font on the collage image block. //START GOLDEN TRAIL @font-face { font-family: 'Golden Trail'; src: url(https://static1.squarespace.com/static/5dc1032774027b0583e895e0/t/5dc8a8c2492ddd0f8b9f3257/1573431490912/GoldenTrail-KC.ttf), url(https://static1.squarespace.com/static/5dc1032774027b0583e895e0/t/5dc84cbc09cdf43d6dc464b4/1573407932368/GoldenTrail-KC.otf), url(https://static1.squarespace.com/static/5dc1032774027b0583e895e0/t/5dc8a729b9580a736408900d/1573431081886/GoldenTrail-KC.woff), url(https://static1.squarespace.com/static/5dc1032774027b0583e895e0/t/5dc8a734af9d520b7a6a7e82/1573431092599/GoldenTrail-KC.woff2); } h1 { font-family: 'Golden Trail'; } h2 { font-family: 'Golden Trail'; } Link to comment
tuanphan Posted November 11, 2019 Share Posted November 11, 2019 10 minutes ago, jenplusplus said: This is the code I've written for the H1 & H2. I'd like it to be the header font on the collage image block. .image-title.sqs-dynamic-text p { font-family: 'Golden Trail' !important; } jenplusplus 1 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
jenplusplus Posted November 11, 2019 Share Posted November 11, 2019 Awesome! Thank you so much for your help. It worked! tuanphan 1 Link to comment
Guest Onepaa Posted November 11, 2019 Share Posted November 11, 2019 I am also facing the same issue when i implementing on my webiste https://triviaquestions4u.com/ Link to comment
tuanphan Posted November 11, 2019 Share Posted November 11, 2019 4 hours ago, Onepaa said: I am also facing the same issue when i implementing on my webiste https://triviaquestions4u.com/ Can you take screenshot? 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
jenplusplus Posted November 12, 2019 Share Posted November 12, 2019 @Tuanphan Thanks for that code to change the image block font. One more question-- how do I change the navigation font that shows up on the footer? I've successfully used this code for the hamburger menu/top-of-site navigation: //NAVIGATION BAR// .nav-blocks-wrapper div a span { font-family: 'Golden Trail' !important; But what do I need to write the code to make the very bottom of the site navigation change to this font as well? Link to comment
Hanna-snyder Posted May 5, 2020 Share Posted May 5, 2020 On 11/12/2019 at 11:33 AM, jenplusplus said: @Tuanphan Thanks for that code to change the image block font. One more question-- how do I change the navigation font that shows up on the footer? I've successfully used this code for the hamburger menu/top-of-site navigation: //NAVIGATION BAR// .nav-blocks-wrapper div a span { font-family: 'Golden Trail' !important; But what do I need to write the code to make the very bottom of the site navigation change to this font as well? I'm wondering the same thing - @Tuanphan any thoughts? Link to comment
tuanphan Posted May 5, 2020 Share Posted May 5, 2020 7 hours ago, Hanna-snyder said: I'm wondering the same thing - @Tuanphan any thoughts? 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
Hanna-snyder Posted May 5, 2020 Share Posted May 5, 2020 2 hours ago, tuanphan said: Can you share link to your site? Figured it out! @jenplusplus this is the code I used: .Footer-nav-group {font-family: 'FONT NAME' ; } Link to comment
CristinaX Posted February 23, 2022 Share Posted February 23, 2022 Hi! I am having a similar issue and using one of the codes to change the title of image block works! But not it changed the font of all of my image blocks. I know there is a way to change only one title, but can't seem to figure out the whole block id thing. Thanks! Link to comment
tuanphan Posted February 27, 2022 Share Posted February 27, 2022 On 2/24/2022 at 1:42 AM, CristinaX said: Hi! I am having a similar issue and using one of the codes to change the title of image block works! But not it changed the font of all of my image blocks. I know there is a way to change only one title, but can't seem to figure out the whole block id thing. Thanks! .image-block-id .image-title * {color: #f1f !important;} Find block id with https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en 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
Create an account or sign in to comment
You need to be a member in order to leave a comment