nakelley Posted November 29, 2019 Posted November 29, 2019 I am trying to change the blog post title fonts and navigation menu fonts in a SquareSpace 7.1 site and the normal custom code I have used in the past will not work. Below is what I have tried: .BlogList-item-title { font-family: 'my custom font name here'; } .Header-nav-folder-item{ font-family: 'font name here'; } In all other Squarespace sites I have done these codes work but for some reason it won't work with this new version. Any tips?
tuanphan Posted November 30, 2019 Posted November 30, 2019 @nakelley SS 7.1 blog title use different class. It should be blog list page: h1.blog-title blog detail page: .blog-item-title and Navigation: .header-nav-item a Reference: https://beaverhero.com/squarespace-71-css-list/ 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!)
sssaratonin Posted December 6, 2019 Posted December 6, 2019 I have the same issue... successful custom CSS font change for h1 on the rest of site, but not on the blog. The above code/answer isn't working for me. I generally don't know what I'm doing, so could easily be user error; but maybe less likely, since I did manage the rest of the site. Ideas? __ Edit: .entry-title worked for me.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.