Shopify themes, liquid, logos, and UX
Hello,
when typing into text boxes like newsletter subscription or search bar, it displays a different font than my theme font.
Does anyone have a solution to this?
Store URL: polariced.com
Solved! Go to the solution
This is an accepted solution.
Hello @AlexP77
Please follow the below steps,
1. Online store->themes->Actions->edit code->assets->base.css
2. Paste this below code
.field__input { font-family: var(--font-body-family); }
Output:
This is an accepted solution.
Hello @AlexP77
Please follow the below steps,
1. Online store->themes->Actions->edit code->assets->base.css
2. Paste this below code
.field__input { font-family: var(--font-body-family); }
Output:
Thanks, it worked.
oh sorry for that issue can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/component-newsletter.css ->paste below code at the bottom of the file.
.newsletter-form__field-wrapper .field__input {font-family: var(--font-body-family);}
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025