abbyleighton97 Posted October 25 Share Posted October 25 Hi! I'm currently building my first course inside my site and I have custom fonts uploaded to Squarespace that I use throughout my site. I created a course page which is a new feature within Squarespace and was wondering how I can apply my custom fonts to the chapter titles/lesson titles? Right now they are assigned Mackinac Pro which is the site default font that's available right in Squarespace but I want to make it my brand's header font, GT Alpina. Any code suggestions on how to do this? Would love to know how I can apply it to both the chapter titles and lesson titles. Thanks! Link to comment
Ziggy Posted October 25 Share Posted October 25 Try this Custom CSS: .course-list .course-list__list-course-item-lesson-name, .course-list .course-list__course-name, .course-list .course-list__list-chapter-item-chapter-name { font-family:'font-family-here'; } Replace font-family-here with the correct name for the font family GT Alpina. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
abbyleighton97 Posted October 25 Author Share Posted October 25 26 minutes ago, Ziggy said: Try this Custom CSS: .course-list .course-list__list-course-item-lesson-name, .course-list .course-list__course-name, .course-list .course-list__list-chapter-item-chapter-name { font-family:'font-family-here'; } Replace font-family-here with the correct name for the font family GT Alpina. This worked great on the main course page, thank. you so much!! Do you know how I could also do the lesson title on the individual lesson pages too? Like when you click on a lesson, it'll bring you to another page but the font is still the system default font there. Link to comment
Ziggy Posted October 25 Share Posted October 25 Try this as well: .course-item .course-item__intro .course-item__lesson-title { font-family:'font-family-here'; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
abbyleighton97 Posted October 25 Author Share Posted October 25 25 minutes ago, Ziggy said: Try this as well: .course-item .course-item__intro .course-item__lesson-title { font-family:'font-family-here'; } Thank you so much! Was wondering if you had code to adjust the fonts in the course side navigation menu as well? Ziggy 1 Link to comment
Ziggy Posted October 25 Share Posted October 25 Well then, you'll need these selectors as well! .course-item .course-item__side-nav-chapter-header .course-item__side-nav-chapter-title, .course-item .course-item__side-nav-link .course-item__side-nav-link-title { font-family:'font-family-here'; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
abbyleighton97 Posted October 25 Author Share Posted October 25 11 minutes ago, Ziggy said: Well then, you'll need these selectors as well! .course-item .course-item__side-nav-chapter-header .course-item__side-nav-chapter-title, .course-item .course-item__side-nav-link .course-item__side-nav-link-title { font-family:'font-family-here'; } You are amazing!! The only other area I still need the font is on the individual lesson pages- on the top of the lesson video it has the name of the course in the old font and I want it to be GT Alpina. Last one, I promise! Thank you so much for your help. Ziggy 1 Link to comment
Ziggy Posted October 25 Share Posted October 25 And this one! .course-item .course-item__intro .course-item__chapter-title { font-family:'font-family-here'; } If you can give my posts a like and mark as the solution that would be appreciated! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Ziggy Posted October 25 Share Posted October 25 Combined changing Courses titles to custom font: .course-item .course-item__intro .course-item__chapter-title, .course-item .course-item__side-nav-chapter-header .course-item__side-nav-chapter-title, .course-item .course-item__side-nav-link .course-item__side-nav-link-title, .course-item .course-item__intro .course-item__lesson-title, .course-list .course-list__list-course-item-lesson-name, .course-list .course-list__course-name, .course-list .course-list__list-chapter-item-chapter-name { font-family:'your-font-family-here'; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
abbyleighton97 Posted October 25 Author Share Posted October 25 Thanks for consolidating everything! It doesn't seem to update where it says "Five Figure Branding Process Course" right at the top of the page which is still in the old font. Do you know what selector I could use for that? https://www.abbyleighton.com/five-figure-branding-process/niche-eszfp-xdf56 Link to comment
Ziggy Posted October 26 Share Posted October 26 Use this selector: .course-item .course-item__course-title If you can give my posts a like and mark as the solution that would be appreciated! tuanphan 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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