prism0101 0 Share Posted December 29, 2019 Please help me change the font to a custom one on the site title. I have changed it everywhere else! Link to post
tuanphan 8,950 Share Posted December 29, 2019 Add to Home > Design > Custom CSS h1#site-title a { font-family: fontname !important; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
prism0101 0 Author Share Posted December 30, 2019 YAY! It worked! I'm a complete newb, but a fast learner. I tried so many things that didn't work. Including trying to find what it was called in element inspector. Are you able to explain to me how you were able to target this element so that I can apply that to my future coding adventures? Either way, thank you for your help, kind internet stranger! Link to post
tuanphan 8,950 Share Posted February 1, 2020 On 12/31/2019 at 1:30 AM, prism0101 said: YAY! It worked! I'm a complete newb, but a fast learner. I tried so many things that didn't work. Including trying to find what it was called in element inspector. Are you able to explain to me how you were able to target this element so that I can apply that to my future coding adventures? Either way, thank you for your help, kind internet stranger! Right click on Site Title > Click Inspect element > Next, you need to learn an HTML/CSS course..... You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Janken 0 Share Posted September 7, 2020 Hi tuanpan and prism0101! Thanks for this! Do any of you know how to make a custom font to the navigation menu in the Five Template? I've tried to figure it out myself, but I'm struggling. All the font codes for headliners and body works excellent btw. Thanks! Jens Link to post
IXStudio 184 Share Posted September 8, 2020 Hi @Janken, Please share your website URL. Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to post
tuanphan 8,950 Share Posted September 8, 2020 8 hours ago, Janken said: Hi tuanpan and prism0101! Thanks for this! Do any of you know how to make a custom font to the navigation menu in the Five Template? I've tried to figure it out myself, but I'm struggling. All the font codes for headliners and body works excellent btw. Thanks! Jens Add to Home > Design > Custom CSS @font-face { font-family: tuanphan; src: url(paste font file url here); } nav#main-navigation * { font-family: tuanphan !important; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Janken 0 Share Posted September 8, 2020 Fantastic, it worked! Thank you very much, tuanphan! Really appreciate it. Jens Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment