TFC Posted December 18, 2020 Posted December 18, 2020 Site URL: https://thefavoriteco.com/ Hi all, Just uploaded a new font into my site that's very lightweight. i love it but it's not that readable on mobile and so i want to dial up the font weights for paragraph fonts and any fonts used inside a button. Any suggestion on how to do this? Thanks!
creedon Posted December 18, 2020 Posted December 18, 2020 (edited) Add the following CSS. @media only screen and ( pointer: coarse ) and ( max-width: 1024px ), screen and ( max-width: 799px ) { .header-menu-cta a, .site-wrapper, .sqs-block-button-element { font-weight: 600; } } Let us know how it goes. Edited December 18, 2020 by creedon version 2 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
TFC Posted December 18, 2020 Author Posted December 18, 2020 Perfect!! Thanks so much, @creedon! Happy holidays. creedon 1
TFC Posted December 18, 2020 Author Posted December 18, 2020 Actually @creedon, do you happen to know how to do the same thing for CTA button text? on desktop? Thank you!!!
creedon Posted December 18, 2020 Posted December 18, 2020 I updated the CSS in my previous post. TFC 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
TFC Posted December 19, 2020 Author Posted December 19, 2020 On 12/18/2020 at 3:58 PM, creedon said: I updated the CSS in my previous post. Thank you again!!! ❤️ creedon 1
tuanphan Posted December 22, 2020 Posted December 22, 2020 @TFC The pagination title on mobile is too big/overlap. Do you want to resize it, or remove? https://thefavoriteco.com/our-work/guerriers 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!)
TFC Posted December 27, 2020 Author Posted December 27, 2020 On 12/21/2020 at 9:02 PM, tuanphan said: @TFC The pagination title on mobile is too big/overlap. Do you want to resize it, or remove? https://thefavoriteco.com/our-work/guerriers My gosh - you are amazing - great catch!! Thank you and yes!
TFC Posted December 27, 2020 Author Posted December 27, 2020 Just now, TFC said: My gosh - you are amazing - great catch!! Thank you and yes! It's also the wrong font!
tuanphan Posted January 3, 2021 Posted January 3, 2021 On 12/27/2020 at 7:09 AM, TFC said: Hi. Sorry for the delay. I was off some days for the new year Add to Home > Design > Custom CSS /* Pagination title */ @media screen and (max-width:767px) { h2.item-pagination-title { display: none; } .item-pagination-prev-next { display: block !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!)
TFC Posted January 4, 2021 Author Posted January 4, 2021 19 hours ago, tuanphan said: /* Pagination title */ @media screen and (max-width:767px) { h2.item-pagination-title { display: none; } .item-pagination-prev-next { display: block !important; } } thanks, as always!
bybridges Posted December 30, 2021 Posted December 30, 2021 Sorry to rehash this but I'm using a Squarespace font, and my top nav options don't allow me to adjust my font weights. Is there some CSS I can use to increase weight or make the top nav have bolder font for visibility?
tuanphan Posted January 2, 2022 Posted January 2, 2022 On 12/31/2021 at 6:19 AM, bybridges said: Sorry to rehash this but I'm using a Squarespace font, and my top nav options don't allow me to adjust my font weights. Is there some CSS I can use to increase weight or make the top nav have bolder font for visibility? Can you share link to your site? We can help easier 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!)
bybridges Posted January 4, 2022 Posted January 4, 2022 Hi thanks for the quick response! Actually ended up grabbing a plugin - SquareKicker so I could get much easier designing done without having to tweak the code myself too much! tuanphan 1
johnpaulstuthridge Posted March 17, 2023 Posted March 17, 2023 On 1/3/2021 at 9:26 AM, tuanphan said: Hi. Sorry for the delay. I was off some days for the new year Add to Home > Design > Custom CSS /* Pagination title */ @media screen and (max-width:767px) { h2.item-pagination-title { display: none; } .item-pagination-prev-next { display: block !important; } } Is there a way to do this only for blog post paragraphs? I'm modelling my site on another Squarespace site, the font is exactly the same on the homepage. Proxima nova, light, 300, same size etc, but that exact style on their blog posts looks more like 400, not 300?https://www.luxurylloyd.com/blog/5-luxury-website-design-firms-to-consider-in-2023
tuanphan Posted March 19, 2023 Posted March 19, 2023 On 3/17/2023 at 5:12 PM, johnpaulstuthridge said: Is there a way to do this only for blog post paragraphs? I'm modelling my site on another Squarespace site, the font is exactly the same on the homepage. Proxima nova, light, 300, same size etc, but that exact style on their blog posts looks more like 400, not 300?https://www.luxurylloyd.com/blog/5-luxury-website-design-firms-to-consider-in-2023 Try this CSS h4.BlogItem-pagination-link-title { font-weight: 300 !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!)
johnpaulstuthridge Posted March 19, 2023 Posted March 19, 2023 34 minutes ago, tuanphan said: Try this CSS h4.BlogItem-pagination-link-title { font-weight: 300 !important; } I didn't see any change, no errors in the code, but looked the same. Designs > Custom CSS... right?
tuanphan Posted March 21, 2023 Posted March 21, 2023 On 3/19/2023 at 4:28 PM, johnpaulstuthridge said: I didn't see any change, no errors in the code, but looked the same. Designs > Custom CSS... right? It looks like this font doesn't support weight 300 I just tested, 400 - 300 look same, or template doesn't support 300 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!)
johnpaulstuthridge Posted March 21, 2023 Posted March 21, 2023 11 hours ago, tuanphan said: It looks like this font doesn't support weight 300 I just tested, 400 - 300 look same, or template doesn't support 300 Strange, because the details of the font on my website and the referenced one are exactly the same, yet theirs definitely looks of higher weight on the blog plage.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment