Dawn Theme inputs font is different to theme font

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

2 Likes

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:

@AlexP77

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);}

Thanks, it worked.