Celestew99 Posted November 14, 2022 Posted November 14, 2022 Hello! I want to change the font for the content titles on a carousel list. For example, I want to change the font for the "November 30" or "February, 2022". I want to change this font without affecting global setting. This is currently my header font, and I want it to remain my header font site-wide, but on this particular place I'd like it to be less of a bold and poppy font. We currently have the personal plan, is there a way to just change this font without coding? Or do I need to go in and change the style code? We do plan to upgrade to a business plan but later. This is the site: https://ronburkhardt.squarespace.com/ The access password is: notism
tuanphan Posted November 21, 2022 Posted November 21, 2022 Add this to Design > Custom CSS (Your Personal Plan supports CSS) h2.list-item-content__title { font-family: monospace !important; } if you want to change color, size...add more attributes h2.list-item-content__title { font-family: monospace !important; font-size: 10px !important; color: #f1f !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!)
GingerfreshDesign Posted July 12 Posted July 12 Thank you. Can you assist with how I can edit just the font for the title for the section? In this case "Upcoming Events".
tuanphan Posted July 15 Posted July 15 On 7/12/2024 at 9:53 PM, GingerfreshDesign said: Thank you. Can you assist with how I can edit just the font for the title for the section? In this case "Upcoming Events". Title uses this ID div.list-section-title * { font-family: monospace !important; font-size: 10px !important; color: #f1f !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!)
ShreyaK Posted August 29 Posted August 29 @tuanphan hi can you help me with a similar request? the font style in this list carousel isn't easily readable, any way to change the font style? url https://keyboard-platinum-k3wn.squarespace.com/ pass hc123
tuanphan Posted August 31 Posted August 31 On 8/29/2024 at 7:24 PM, ShreyaK said: @tuanphan hi can you help me with a similar request? the font style in this list carousel isn't easily readable, any way to change the font style? url https://keyboard-platinum-k3wn.squarespace.com/ pass hc123 Hi, I think it is fine now? 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment