Shopify themes, liquid, logos, and UX
Hi, I’m looking to change the font color of the email signup input and placeholder text from black to white in my footer. I’m using the Symmetry and want to make this change without affecting other elements.
Store: https://tdez3xkjesaj469m-84567851276.shopifypreview.com/
Thanks!
Hi @nxjus
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
#pagefooter input {
border-color: #fff !important;
background-color: #fff !important;
}
</style>
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Thank you but I am looking to change text color not border or background color 🙂
Oops so sorry, try this one
<style>
.footer .newsletter__input {
color: #ffffff !important;
}
.footer .newsletter__input::placeholder {
color: #ffffff !important;
opacity: 1 !important;
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025