GiBaDesign Posted December 2, 2021 Share Posted December 2, 2021 Site URL: https://www.erndoula.com/ How do I change the font to custom font Hamilton with custom CSS? Several pages include the colored card list blocks so I would like this to be a site-wide fix. Link to comment
Beyondspace Posted December 2, 2021 Share Posted December 2, 2021 15 hours ago, GiBaDesign said: Site URL: https://www.erndoula.com/ How do I change the font to custom font Hamilton with custom CSS? Several pages include the colored card list blocks so I would like this to be a site-wide fix. Try & * { font-family: 'Hamilton' !important; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
GiBaDesign Posted December 2, 2021 Author Share Posted December 2, 2021 Thank you. Let me be clearer, see attached image. I am looking for code to inject that will target the titles of the auto layout sections on the site so I can customize the font to Hamilton. Link to comment
tuanphan Posted December 4, 2021 Share Posted December 4, 2021 On 12/3/2021 at 2:40 AM, GiBaDesign said: Thank you. Let me be clearer, see attached image. I am looking for code to inject that will target the titles of the auto layout sections on the site so I can customize the font to Hamilton. Add this to Design > Custom CSS div.list-section-title p, h2.list-item-content__title { font-family: 'Hamilton' !important; } GiBaDesign and CesO 1 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
GiBaDesign Posted December 6, 2021 Author Share Posted December 6, 2021 Thank you! That worked! Can you help now with font size? It's so small now. Link to comment
GiBaDesign Posted December 6, 2021 Author Share Posted December 6, 2021 Actually, I was able to change the font size for the Header - Group Classes. But how do I change the size of the titles within the colored cards? Link to comment
Guest Posted December 6, 2021 Share Posted December 6, 2021 (edited) On 12/2/2021 at 6:44 AM, GiBaDesign said: Site URL: https://www.erndoula.com/ How do I change the font to custom font Hamilton with custom CSS? Several pages include the colored card list blocks so I would like this to be a site-wide fix. Do you got the solution? If yes please share one with me too. Edited December 6, 2021 by reanakhansfr Link to comment
tuanphan Posted December 11, 2021 Share Posted December 11, 2021 On 12/6/2021 at 11:40 PM, GiBaDesign said: Actually, I was able to change the font size for the Header - Group Classes. But how do I change the size of the titles within the colored cards? Use this CSS /* List section color box title */ h2.list-item-content__title { font-size: 18px !important; } On 12/7/2021 at 4:33 AM, reanakhansfr said: Do you got the solution? If yes please share one with me too. Can you share link to your site? We can take a look 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
GiBaDesign Posted December 13, 2021 Author Share Posted December 13, 2021 Amazing! Thank you for the fix. It worked perfectly! Link to comment
shreyakothari1234 Posted April 2 Share Posted April 2 hi, i want to change the list section's main title to h4 of my website, i have added a custom font, but it doesnt let me change the list section's main title, what can i amend? Link to comment
tuanphan Posted April 4 Share Posted April 4 On 4/2/2024 at 3:19 PM, shreyakothari1234 said: hi, i want to change the list section's main title to h4 of my website, i have added a custom font, but it doesnt let me change the list section's main title, what can i amend? Use this code [class*="list-section"] * { font-family: monospace !important; } Replace monospace with your font If it doesn't work, you can share link to page where you use list section, we can check 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!) 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