Email Newsletter email box change to white

Solved

Email Newsletter email box change to white

NCCShop
Excursionist
21 0 4

hello,

 

I am wanting to change the box for my newsletter subscription to white and not be the same as the background color. I cannot find any coding to help. IS this something that can be adjusted? I am using Impulse theme.

 

It is the subscribe section all in Pink, I want the box where customers input their email to be white. 

 

Here is a link to a preview of my page: https://v3ab2eyeanjk3a2a-54968811584.shopifypreview.com

 

Thank you!

 

 

Accepted Solution (1)
LitExtension
Shopify Partner
4941 1008 1186

This is an accepted solution.

Hi @NCCShop,

Go to Assets > theme.css and paste this at the bottom of the file:

.newsletter__input-group .newsletter__input {
    background: #ffffff !important;
    border-color: #ffffff !important;
}

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com

View solution in original post

Replies 5 (5)

NCCShop
Excursionist
21 0 4

Here is an image of the spot I am talking about. 

Screenshot 2022-08-09 153353.png

LitExtension
Shopify Partner
4941 1008 1186

This is an accepted solution.

Hi @NCCShop,

Go to Assets > theme.css and paste this at the bottom of the file:

.newsletter__input-group .newsletter__input {
    background: #ffffff !important;
    border-color: #ffffff !important;
}

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
NCCShop
Excursionist
21 0 4

@LitExtension Thank you so much, again. This fixed the issue I was having. 🙂

NashMashPets
Excursionist
22 0 4

this code did not work for me

NashMashPets.com

PageFly-Victor
Shopify Partner
7865 1786 3134

Hi! @NCCShop 

This is PageFly - Free Landing Page Builder. I would love to provide my recommendations for 

your store based on 6 years of providing solutions for about 100.000 active Shopify merchants.

 

Go to Online Store-> Theme->Edit code

Asset-> theme.css ->paste the below code at the bottom of the file.

 

input-group-field.newsletter__input {

    background-color: #fff !important;

    border: 1px solid #fff !important;

}

Best regards,

PageFly