tommyosama Posted August 14, 2023 Posted August 14, 2023 I was wondering on how to customize my header text and make it a custom font. How can it be done?
Ziggy Posted August 14, 2023 Posted August 14, 2023 Can you share your website URL? tuanphan 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Solution tuanphan Posted August 15, 2023 Solution Posted August 15, 2023 You can use some code like this @font-face { font-family: 'circular'; src: url(enter custom font file url here); } header#header * { font-family: 'circular' !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!)
tommyosama Posted August 15, 2023 Author Posted August 15, 2023 On 8/14/2023 at 1:19 AM, Ziggy said: Can you share your website URL? The link is https://cow-scarlet-xs8t.squarespace.com and the password should be "welcome".
tuanphan Posted August 16, 2023 Posted August 16, 2023 13 hours ago, tommyosama said: Thanks @tuanphan! Did the code works or you still need help? 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!)
tommyosama Posted August 17, 2023 Author Posted August 17, 2023 21 hours ago, tuanphan said: Did the code works or you still need help? It works fine, but how about secondary navigation?
tuanphan Posted August 18, 2023 Posted August 18, 2023 On 8/17/2023 at 12:55 PM, tommyosama said: It works fine, but how about secondary navigation? That code should works for both primary + secondary navs 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!)
JoeyBarritt Posted August 21, 2023 Posted August 21, 2023 Hi there, What code would you use to separate out the site title, and leave the navigation and button fonts within the header unchanged? I am having a similar problem
tuanphan Posted August 22, 2023 Posted August 22, 2023 19 hours ago, JoeyBarritt said: Hi there, What code would you use to separate out the site title, and leave the navigation and button fonts within the header unchanged? I am having a similar problem You mean change site title font only? Use this code h1.logo.site-title a { font-family: monospace !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment