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!
Here is an image of the spot I am talking about.
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
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!
1 Like
@LitExtension Thank you so much, again. This fixed the issue I was having. 
1 Like
this code did not work for me