Prestige Theme: Newsletter subscribe - email text input section - change background colour (white)

Hi team,

I’m looking to change the colour of my Newsletter subscribe - email text input section. I would like to make the background where you enter the email white please.

Thanks for your help in advance :).

Jay

Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Hi @palavi

Thanks for getting back to me.
See below:

www.leikenhair.com
password = daoroh

Thanks so much,
Jay

@jaylan_tahtali , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
input[type="email"]{
    background: white !important;
}

Kind regards,
Diego

1 Like

@diego_ezfy thanks so much for your response bro. That’s awesome man, that worked! Thanks so much again :). Appreciate it.

Jay