kdomonell Posted November 19, 2020 Share Posted November 19, 2020 Site URL: https://llama-banjo-knmn.squarespace.com/ I'm trying to add a custom font for the blog titles and dates on this basic grid blog: https://llama-banjo-knmn.squarespace.com/blog The next and previous titles at the bottom of blog post pages: https://llama-banjo-knmn.squarespace.com/blog/2020/08/21/hold-on-to-summer-for-just-a-little-longer-watermelon-salad-recipe The title and pricing on this shop page: https://llama-banjo-knmn.squarespace.com/shop As well as all text on a product page: https://llama-banjo-knmn.squarespace.com/shop/p/qsokffa5fcubq6j1f85in9l5gdaeyr I've managed to customize the rest of the text on this site, but struggling with these final customizations. Any suggestions? I'm using Squarespace 7.1. Thank you in advance! Link to comment
tuanphan Posted November 20, 2020 Share Posted November 20, 2020 Add to Home > Design > Custom CSS /* blog font */ .blog-basic-grid--text * { font-family: 'NEUTRA' !important; } /* pagination */ h2.item-pagination-title { font-family: 'NEUTRA' !important; } /* Shop list font */ .products.collection-content-wrapper .grid-item * { font-family: 'NEUTRA' !important; } section.products.collection-content-wrapper * { font-family: 'NEUTRA' !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
kdomonell Posted November 20, 2020 Author Share Posted November 20, 2020 Amazing! Thank you so much! Link to comment
kdomonell Posted December 7, 2020 Author Share Posted December 7, 2020 (edited) @tuanphan Would you also be able to share how to customize the font on the contact page (https://www.positivelystrong.com/contact), buttons, and title/date in the blog summary grid (https://www.positivelystrong.com/health)? The password is SunnyDayz 🙏 Edited December 7, 2020 by kdomonell Link to comment
tuanphan Posted December 8, 2020 Share Posted December 8, 2020 32 minutes ago, kdomonell said: @tuanphan Would you also be able to share how to customize the font on the contact page (https://www.positivelystrong.com/contact), buttons, and title/date in the blog summary grid (https://www.positivelystrong.com/health)? The password is SunnyDayz 🙏 Add to Contact Page Settings > Advanced > Header <style> input.button { font-family: monospace !important; } </style> Add to Health Page Header <style> .summary-content * { font-family: monospace; } </style> 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
ilseS Posted May 8 Share Posted May 8 On 11/20/2020 at 3:19 AM, tuanphan said: Add to Home > Design > Custom CSS /* blog font */ .blog-basic-grid--text * { font-family: 'NEUTRA' !important; } /* pagination */ h2.item-pagination-title { font-family: 'NEUTRA' !important; } /* Shop list font */ .products.collection-content-wrapper .grid-item * { font-family: 'NEUTRA' !important; } section.products.collection-content-wrapper * { font-family: 'NEUTRA' !important; } Hi Tuan, I used this font to target the title font on a grid layout blog, and it worked, thank you, however it also changed the meta font ...any suggestions? Thank you! /* blog grid view font */ .blog-basic-grid--text * { font-family: conso extra-light !important; } Link to comment
tuanphan Posted May 9 Share Posted May 9 22 hours ago, ilseS said: Hi Tuan, I used this font to target the title font on a grid layout blog, and it worked, thank you, however it also changed the meta font ...any suggestions? Thank you! /* blog grid view font */ .blog-basic-grid--text * { font-family: conso extra-light !important; } Can you share link to your site? We can check it again easier 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment