Aenshent Posted December 28, 2021 Posted December 28, 2021 Site URL: https://antelope-tunny-llbj.squarespace.com/shop Site URL: https://antelope-tunny-llbj.squarespace.com/shop Site password:123 I'm currently using a custom font 'bon vivant' - however I can't seem to get it to replace the product title font! The following code didn't work; /* Product title font */ h1.ProductList-title { font-family: 'bon-vivant' !important; } Any suggestions? Would be greatly appreciated. Thanks in advance
Beyondspace Posted December 29, 2021 Posted December 29, 2021 6 hours ago, Aenshent said: Site URL: https://antelope-tunny-llbj.squarespace.com/shop Site URL: https://antelope-tunny-llbj.squarespace.com/shop Site password:123 I'm currently using a custom font 'bon vivant' - however I can't seem to get it to replace the product title font! The following code didn't work; /* Product title font */ h1.ProductList-title { font-family: 'bon-vivant' !important; } Any suggestions? Would be greatly appreciated. Thanks in advance Hi there, Have you installed the custom font on your site Steps to implement it: import custom font.mp4 Hope that it can help you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Aenshent Posted December 29, 2021 Author Posted December 29, 2021 8 hours ago, bangank36 said: Hi there, Have you installed the custom font on your site Steps to implement it: import custom font.mp4 1.17 MB · 0 downloads Hope that it can help you Hey - Thanks for your reply. I'd already done that to get the custom font showing elsewhere on my website. It's the fact that I can't get it to show as the product title - so I need some kind of coding I believe.
Beyondspace Posted December 29, 2021 Posted December 29, 2021 1 hour ago, Aenshent said: Hey - Thanks for your reply. I'd already done that to get the custom font showing elsewhere on my website. It's the fact that I can't get it to show as the product title - so I need some kind of coding I believe. Do you want to set this font everywhere on your site or just a specific area on your page If you want to set it on all pages, kindly apply the following one * { font-family: 'bon-vivant' !important; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
tuanphan Posted December 30, 2021 Posted December 30, 2021 On 12/29/2021 at 5:38 AM, Aenshent said: Site URL: https://antelope-tunny-llbj.squarespace.com/shop Site URL: https://antelope-tunny-llbj.squarespace.com/shop Site password:123 I'm currently using a custom font 'bon vivant' - however I can't seem to get it to replace the product title font! The following code didn't work; /* Product title font */ h1.ProductList-title { font-family: 'bon-vivant' !important; } Any suggestions? Would be greatly appreciated. Thanks in advance Try this CSS .grid-title { font-family: 'bon-vivant' !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!)
Aenshent Posted December 30, 2021 Author Posted December 30, 2021 5 hours ago, tuanphan said: Try this CSS .grid-title { font-family: 'bon-vivant' !important; } Wow thank you so much. This worked!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment