mandy030702 Posted February 3, 2023 Posted February 3, 2023 I'm updating my website and VERY new to code. I have my practice areas listed in an image card on the first page of my website (or at least I think that's what this area would be called but to be honest, I'm not entirely sure). Anyway, I want to be able to change the title font on the different practice areas in the image card. I've tried a few things to no avail. Could anyone please help me with the code for this? My website is carolpeakeattorney.com and the various practice areas are listed on the 1st page of my website. Thanks in advance!
creedon Posted February 3, 2023 Posted February 3, 2023 (edited) Quote I want to be able to change the title font on the different practice areas in the image card. How do you want to change the font? Size, weight, color, etc.? We need to know where you want to go so we can get you there, potentially. Edited February 3, 2023 by creedon 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.
mandy030702 Posted February 3, 2023 Author Posted February 3, 2023 That information would help, wouldn't it! Sorry, about that - I am so new to this. I'm thinking: Font: Halyard Display Weight: 500 Size: 2rem Line Height: 1.2 em Line Spacing: 0.01em Thank you!
Solution creedon Posted February 3, 2023 Solution Posted February 3, 2023 @supports ( --test-custom-property : true ) { .user-items-list-item-container[ data-section-id="63d9696c3f23b94b804ca2cd" ] { --title-font-size-value : 1.5; } } Add the following to Design > Custom CSS. Quote I want to be able to change the title font on the different practice areas in the image card. Let us know how it goes. 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.
mandy030702 Posted February 4, 2023 Author Posted February 4, 2023 7 hours ago, creedon said: @supports ( --test-custom-property : true ) { .user-items-list-item-container[ data-section-id="63d9696c3f23b94b804ca2cd" ] { --title-font-size-value : 1.5; } } Unfortunately, no luck with the above code.
mandy030702 Posted February 4, 2023 Author Posted February 4, 2023 I take that back - it did work! Thank you so much!! 🙂 creedon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment