NickLob Posted October 17, 2021 Share Posted October 17, 2021 Site URL: http://www.lobuzzettacopy.com Hello, So I added a CSS that makes both my logo and site title visible, and it looks fine when I'm editing it, but when I go to the website on my phone, the font of the site title is different. URL is lobuzzettacopy.com CSS is: .header-title-logo a:after { content: "Lobuzzetta Copy - Giving Your Copy A Lotta Buzz"; display: inline-block; font-size: 20px; font-family: Proxima Nova; color: black; text-align: center; vertical-align:middle; font-weight:500; padding-left: 15px; } .header-title-logo img { vertical-align: middle; } Link to comment
Solution tuanphan Posted October 18, 2021 Solution Share Posted October 18, 2021 10 hours ago, NickLob said: Site URL: http://www.lobuzzettacopy.com Hello, So I added a CSS that makes both my logo and site title visible, and it looks fine when I'm editing it, but when I go to the website on my phone, the font of the site title is different. URL is lobuzzettacopy.com CSS is: .header-title-logo a:after { content: "Lobuzzetta Copy - Giving Your Copy A Lotta Buzz"; display: inline-block; font-size: 20px; font-family: Proxima Nova; color: black; text-align: center; vertical-align:middle; font-weight:500; padding-left: 15px; } .header-title-logo img { vertical-align: middle; } Your font name code is incorrect .header-title-logo a:after { content: "Lobuzzetta Copy - Giving Your Copy A Lotta Buzz"; display: inline-block; font-size: 20px; font-family: 'proxima-nova'; color: #000; text-align: center; vertical-align: middle; font-weight: 500; padding-left: 15px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
NickLob Posted October 18, 2021 Author Share Posted October 18, 2021 7 hours ago, tuanphan said: Your font name code is incorrect .header-title-logo a:after { content: "Lobuzzetta Copy - Giving Your Copy A Lotta Buzz"; display: inline-block; font-size: 20px; font-family: 'proxima-nova'; color: #000; text-align: center; vertical-align: middle; font-weight: 500; padding-left: 15px; } Thank you so much!! 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