ufobro Posted March 20, 2020 Share Posted March 20, 2020 Hi, I'm having trouble changing the site title for web/ mobile to a custom font that i've uploaded, specifically for the YORK template. I've tried almost every code from other threads but nothing seems to be working. (Clearly inexperienced) Any help would be greatly appreciated! Stay safe & healthy! 🖤 Link to comment
humxahafeex Posted March 20, 2020 Share Posted March 20, 2020 4 hours ago, ufobro said: Hi, I'm having trouble changing the site title for web/ mobile to a custom font that i've uploaded, specifically for the YORK template. I've tried almost every code from other threads but nothing seems to be working. (Clearly inexperienced) Any help would be greatly appreciated! Stay safe & healthy! 🖤 Please share your website link also the code you are using 🙂 Link to comment
tuanphan Posted March 20, 2020 Share Posted March 20, 2020 Add to Home > Design > Custom CSS @font-face { font-family: tuan; src: url(https://static1.squarespace.com/static/5d2b34d977f80900014edb0d/t/5e3f7cb899dd6e23d8b1e836/1581219002767/nexa-regular.otf); } /* Desktop */ .site-title a { font-family: tuan; } /* Mobile */ .mobile-site-title a { font-family: tuan; 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
sheriipop Posted July 8, 2021 Share Posted July 8, 2021 On 3/20/2020 at 2:48 PM, tuanphan said: Add to Home > Design > Custom CSS @font-face { font-family: tuan; src: url(https://static1.squarespace.com/static/5d2b34d977f80900014edb0d/t/5e3f7cb899dd6e23d8b1e836/1581219002767/nexa-regular.otf); } /* Desktop */ .site-title a { font-family: tuan; } /* Mobile */ .mobile-site-title a { font-family: tuan; @tuanphan I tried to use your code for the mobile site but did not work for me. What can I do to make it work? Thanks! www.sherriedickinson.com .mobile-site-title a { font-family: Hunter;} Link to comment
tuanphan Posted July 10, 2021 Share Posted July 10, 2021 On 7/8/2021 at 11:59 PM, louieandthird said: @tuanphan I tried to use your code for the mobile site but did not work for me. What can I do to make it work? Thanks! www.sherriedickinson.com .mobile-site-title a { font-family: Hunter;} Use this code a#site-title { font-family: Hunter !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
sheriipop Posted July 10, 2021 Share Posted July 10, 2021 17 hours ago, tuanphan said: Use this code a#site-title { font-family: Hunter !important; } It worked! Thanks so much @tuanphan!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.