Change the 'enter email' font size to match the main body text.

Looking to change the ‘enter email’ font size to match the main body text (currently 13px).

Website URL: https://duoarthouse.com.au/

Hi @duart2023

  • Go to Online Store → Theme → Edit code.
  • Find the file assets/style.css and paste the code below at the bottom of the file.
input.signup-form__email {
font-size: inherit!important;
}

Hi @duart2023

Great to hear that the issue has been resolved! If my assistance was helpful, please consider liking and accepting the solution. Feel free to reach out if you have any further questions.