We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to set the newsletter container to white color in footer

Solved

How to set the newsletter container to white color in footer

CreatorTim
Navigator
471 1 71

Hey guys, how can I set the container in the footer to white? Specifically, the edges and also the title inside, "Email."

CreatorTim_0-1736196341918.png

 

I want this for both desktop and mobile.

 

Here is link to my store: https://1049xn-ya.myshopify.com/collections/all

 

Thanks a lot.

Tim

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Hi @CreatorTim 

You can try to add this code to Custom CSS in Online Store > Themes > Customize to change it like this image below. 

input#NewsletterForm--sections--22711084187913__footer.field__input {
border: 1px solid 
}

Screenshot 2025-01-07 at 09.41.08.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 10 (10)

TheScriptFlow_
Shopify Partner
848 63 106

This is also white.
If you want to change the background color of whole footer to white let me know.

- Need a Shopify Specialist? Chat on WhatsApp +923036471248 Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button!

CreatorTim
Navigator
471 1 71

Hey, I wanted to make the border and the 'Email' placeholder inside the newsletter input field white.

DaisyVo
Shopify Partner
4469 501 598

Hi @CreatorTim 

 

I hope you are well. You can follow our instructions below:


1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

 

Here is the code for Step 3:

 

form#ContactFooter .newsletter-form__field-wrapper .field > input {
    background: white !important;
}
form#ContactFooter .newsletter-form__field-wrapper .field > * {
    color: black !important;
}

 

image (40).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
CreatorTim
Navigator
471 1 71

Hey, I want to make the border and the 'Email' placeholder inside the newsletter input field white. Not the background.

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Hi @CreatorTim 

You can try to add this code to Custom CSS in Online Store > Themes > Customize to change it like this image below. 

input#NewsletterForm--sections--22711084187913__footer.field__input {
border: 1px solid 
}

Screenshot 2025-01-07 at 09.41.08.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

CreatorTim
Navigator
471 1 71

Hey, thanks a lot! How can I make the 'Email' text inside the container white as well?

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

I see Email text is white. 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

CreatorTim
Navigator
471 1 71

On mobile, I see it in white as well, but on desktop, it looks kind of gray. But, it's probably not a big deal, so I can keep it as it is.

 

Also, do you know how to set white borders for the search bar container in the footer when I click on the currency selector? Thanks a lot, man, I really appreciate your help.

CreatorTim_0-1736273419986.png

 

 

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Ahh, I see. Please update code to this 

.country-filter__input,
input#NewsletterForm--sections--22711084187913__footer.field__input {
border: 1px solid;
}
.footer__newsletter .newsletter-form__field-wrapper .field__label {
color: #fff;
}

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

CreatorTim
Navigator
471 1 71

Thank you brother! Appreciate it