MelissaE Posted June 15, 2020 Share Posted June 15, 2020 Site URL: https://www.smikahlwedding.com/ Hi there, I uploaded a custom font and it's working everywhere except for the site title on mobile. Does anyone have any ideas as to why this is happening or how I can fix it? Thank you! Link to comment
tuanphan Posted June 15, 2020 Share Posted June 15, 2020 Mobile logo uses different class name. a.Mobile-bar-branding { font-family: "burgues-script" !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
HannahZoe Posted November 2, 2020 Share Posted November 2, 2020 @tuanphan I am trying to customize the font for website title, but none of the selectors I'm using are working! Any thoughts? I am in 7.0 Brine .header-inner a.header-branding, .header-branding { font-family: 'CaslonsCP' !important; } Doesn't work!https://armadillo-conch-acph.squarespace.com/ pass brineintopedro Link to comment
tuanphan Posted November 3, 2020 Share Posted November 3, 2020 6 hours ago, HannahZoe said: @tuanphan I am trying to customize the font for website title, but none of the selectors I'm using are working! Any thoughts? I am in 7.0 Brine .header-inner a.header-branding, .header-branding { font-family: 'CaslonsCP' !important; } Doesn't work!https://armadillo-conch-acph.squarespace.com/ pass brineintopedro Your site title is image, not text, so you can't apply custom font. 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
HannahZoe Posted November 3, 2020 Share Posted November 3, 2020 @tuanphan Thank you! I ended up getting an image to work so I didn't need to use the text option 🙂 Link to comment
amymmcneil Posted January 18, 2021 Share Posted January 18, 2021 On 6/15/2020 at 7:21 AM, tuanphan said: Mobile logo uses different class name. a.Mobile-bar-branding { font-family: "burgues-script" !important; } Hi! I'm having the same issue with my site. I tried this code but no luck. Any idea what my issue is? https://claire-ridgely-test-site.squarespace.com/ PW: claireridgely Link to comment
tuanphan Posted January 20, 2021 Share Posted January 20, 2021 On 1/19/2021 at 6:38 AM, amymmcneil said: Hi! I'm having the same issue with my site. I tried this code but no luck. Any idea what my issue is? https://claire-ridgely-test-site.squarespace.com/ PW: claireridgely Hi. Use this CSS /* Site title custom font */ a#site-title { font-family: "burgues-script" !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
Archived
This topic is now archived and is closed to further replies.