Shopify themes, liquid, logos, and UX
Hi,
I have installed my own custom font but it isn't working two places
1) When you type in your e-mail it shows in the wrong font. See attached.
2) And the QT selecter under every product and in check-out shows the QT in the wrong font. However this is ONLYE on mobile. See attached.
Otherwise the font is working well.
Password - xef84eju (the site is password protected)
Thank you in advance. 🙂
Solved! Go to the solution
This is an accepted solution.
Step 1: Navigate to your Shopify admin panel and go to "Online Store."
Step 2: Click on "Themes" and then select Edit code
Step 3: Find base.css
.newsletter-form__field-wrapper .field__input {
padding-right: 5rem;
font-family: 'Glossy Display' !important;
}
this will solve your issues
Thank you
This is an accepted solution.
Step 1: Navigate to your Shopify admin panel and go to "Online Store."
Step 2: Click on "Themes" and then select Edit code
Step 3: Find base.css
.newsletter-form__field-wrapper .field__input {
padding-right: 5rem;
font-family: 'Glossy Display' !important;
}
this will solve your issues
Thank you
Thank you! It works on desktop now but not on mobile. Anything I can do about that? 🙂
.newsletter-form__field-wrapper .field__input {
font-family: 'Glossy Display' !important;
}
this code will solve mobile
Hm it didn't work. I keep the other code and added this. Should i replace the first code with this? 🙂
In that case use this code and try to clear your cache it must work.
.field__input, .customer .field input{
font-family: 'Glossy Display' !important;
}
Hmm weird. Still do not work.
which device you are checking.
Safari on iPhone 14 pro, also when i preview on mobile in google crome on desktop. 🙂
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024