DavidH7 Posted July 27, 2021 Share Posted July 27, 2021 Site URL: https://spinach-magnolia-7kfe.squarespace.com/story Hi, I’m trying to understand how I change the font of items in an auto layout list. I’m using custom fonts for headings and paragraphs, but I’m not sure what style the title has of the items. It’s the last section of the linked page I’m talking about, I’d like for the vision/mission/reason/approach to match the headings of the first section. The pw to view the page is : letmein Link to comment
IgnitePerth Posted July 28, 2021 Share Posted July 28, 2021 (edited) Did you manually make the below declaration? It looks like you have added custom fonts h1, h2, h3, h5 { font-family: 'Bluescript'; } the simplest way would be to add !important after Blusecsript: h1, h2, h3, h5 { font-family: 'Bluescript' !important; } do you wish ALL h1, h2, h3, h5 headings across the site to be that font no matter what/where? If so !important will help you. If not it will be a matter of calling specific classes in each place you wish to make the changes. Edited July 28, 2021 by IgnitePerth correction Contact Us for detailed help Common Squarespace Tips Sharing Your Site Link Squarespace web designers in Perth WA. 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