tommyosama Posted August 14, 2023 Share 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? Link to comment
Ziggy Posted August 14, 2023 Share 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Solution tuanphan Posted August 15, 2023 Solution Share 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!) Link to comment
tommyosama Posted August 15, 2023 Author Share 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". Link to comment
tommyosama Posted August 15, 2023 Author Share Posted August 15, 2023 Thanks @tuanphan! Link to comment
tuanphan Posted August 16, 2023 Share 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!) Link to comment
tommyosama Posted August 17, 2023 Author Share 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? Link to comment
tuanphan Posted August 18, 2023 Share 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!) Link to comment
tommyosama Posted August 19, 2023 Author Share Posted August 19, 2023 Alright, thanks a lot! Link to comment
JoeyBarritt Posted August 21, 2023 Share 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 Link to comment
tuanphan Posted August 22, 2023 Share 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!) 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