I need help with another color issue for my friends page. I attached a photo. I have tried various themes but can’t get the subscribe button to be white with purple or black text. Can anyone help with that?
Hello @sfoster95 ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets folder → base.css file
Add this following code at the bottom of page
.email-subscription {
background-color: white;
}
.email-subscription input[type='email'] {
color: purple;
}
Save and preview
Hope this can help. Let us know if you need any further support.
Ali Reviews team.
1 Like
Thank you unfortunately it did not change it at all.