HannahB Posted November 30, 2021 Posted November 30, 2021 Site URL: http://www.hbeckercustom.com I'm looking to change the title font for the list blocks on my website - www.hbeckercustom.com pw: hellohello I was able to change the fonts for every other content block style, but unable to do it for the list blocks. I'm looking to change the text that says "My Process" and also interested in changing the "We meet", "I source", "We design", etc. .user-items-list changes the text in the list, but not the titles, and .list-section-title doesn't change anything. I'm generally good a plug and play with css, but clearly not an expert. Any help would be fantastic! Thanks!
Beyondspace Posted December 1, 2021 Posted December 1, 2021 21 hours ago, HannahB said: Site URL: http://www.hbeckercustom.com I'm looking to change the title font for the list blocks on my website - www.hbeckercustom.com pw: hellohello I was able to change the fonts for every other content block style, but unable to do it for the list blocks. I'm looking to change the text that says "My Process" and also interested in changing the "We meet", "I source", "We design", etc. .user-items-list changes the text in the list, but not the titles, and .list-section-title doesn't change anything. I'm generally good a plug and play with css, but clearly not an expert. Any help would be fantastic! Thanks! You can try adding to Home > Design > Custom Css .user-items-list .list-section-title { /*style for List title*/ color: orange !important; } .user-items-list-item-container .list-item { /*style for content item*/ font-family: percheno; } .user-items-list-item-container .list-item .list-item-content__title { /*style title of item*/ color:red; } Change the style of font until it meets your requirement Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.