Shopify themes, liquid, logos, and UX
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
Hey guys, how can I set the container in the footer to white? Specifically, the edges and also the title inside, "Email."
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
Solved! Go to the solution
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
}
- 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.
This is also white.
If you want to change the background color of whole footer to white let me know.
Hey, I wanted to make the border and the 'Email' placeholder inside the newsletter input field white.
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;
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
Hey, I want to make the border and the 'Email' placeholder inside the newsletter input field white. Not the background.
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
}
- 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.
Hey, thanks a lot! How can I make the 'Email' text inside the container white as well?
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.
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.
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.
Thank you brother! Appreciate it