Celestew99 Posted November 14, 2022 Share 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 Link to comment
tuanphan Posted November 21, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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