Print_Shop 0 Share Posted October 23, 2020 Site URL: https://theprintshoplsl.com/ I've managed to swap most of my site to a custom font using CSS. However, when I go into my product individual pages, the stock font is still there. The collection page has been swapped, but the individual products didn't. Thoughts? Link to post
0 tcp13 330 Share Posted October 23, 2020 Hi @Print_Shop, Try adding !important to the end of your CSS lines to override the default styles: Further reading: https://stackoverflow.com/questions/9245353/what-does-important-mean-in-css Hope this helps! -Tyler Is your Squarespace website ADA compliant? Find out in 60 seconds with our free accessibility audit! Link to post
0 Print_Shop 0 Author Share Posted October 23, 2020 what's the CSS I should use to accomplish this? I've tried so many I have no idea which one to even add !important to Thanks Link to post
0 tcp13 330 Share Posted October 23, 2020 (edited) 1 hour ago, Print_Shop said: I've managed to swap most of my site to a custom font using CSS Wherever you added the custom code to change your font: h1 { font-family: 'ink free'; } Instead change it to this: h1 { font-family: 'ink free' !important; } Edited October 23, 2020 by tcp13 Is your Squarespace website ADA compliant? Find out in 60 seconds with our free accessibility audit! Link to post
0 Print_Shop 0 Author Share Posted October 23, 2020 that did the trick. Thanks! Any idea how to get the price to change? I added !important after all font changes Link to post
0 tcp13 330 Share Posted October 23, 2020 (edited) .product-price { font-family: 'ink free' !important; } Edited October 23, 2020 by tcp13 Is your Squarespace website ADA compliant? Find out in 60 seconds with our free accessibility audit! Link to post
Question
Print_Shop 0
Site URL: https://theprintshoplsl.com/
I've managed to swap most of my site to a custom font using CSS. However, when I go into my product individual pages, the stock font is still there. The collection page has been swapped, but the individual products didn't.
Thoughts?
Link to post
Top Posters For This Question
3
3
Popular Days
Oct 23
6
Top Posters For This Question
Print_Shop 3 posts
tcp13 3 posts
Popular Days
Oct 23 2020
6 posts
Posted Images
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment