I want to change it to an outline in white, so my customers emails show up in text. they are invisible when the type their email.
Hello @nuzzlebed
Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team
Thank you for responding, I will put up the button again so you can see it.
@nuzzlebed You can follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your base.css file and paste the following code below:
#NewsletterForm--footer{
background: #000 !important;
}
Let us know how it works for you.
Best regards,
GemPages Support Team
Hi @nuzzlebed
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save
.field__input {
background-color: black !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Search for .field__input in file section-footer.css
and replace your white background #fff to black background #000
Reference
.field__input{
background-color: #000;
}