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
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
Hello @AlexP77
Please follow the below steps,
Online store->themes->Actions->edit code->assets->base.css
Paste this below code
.field__input { font-family: var(--font-body-family); }
Output:
oh sorry for that issue can you try this code
.newsletter-form__field-wrapper .field__input {font-family: var(--font-body-family);}
Thanks, it worked.