I need to change the color on the text in the newsletter sign up box. It seems that i can only change the color on the text for the body.
the sign up box is black the text needs to be white.
Thankful for some help.
I need to change the color on the text in the newsletter sign up box. It seems that i can only change the color on the text for the body.
the sign up box is black the text needs to be white.
Thankful for some help.
Hi There!
Add the following code at the end of your theme.scss.css file:
#shopify-section-newsletter > div > div > div.section-header.text-center > h2 {
color: white;
}
#shopify-section-newsletter > div > div > div.section-subheading.rte.text-center > p {
color: white;
}
Let me know if that works!
@JHKCreate Hello and thank you for your reply. I cant find theme.scss.css when i search for it, the only one that comes up is this one theme.scss.liquid.
That works @fitnessboozt , just where you placed the code yesterday!
@JHKCreate Thank you that worked just fine.
Hello this didnt work for me does this only work for the brooklyn theme?
Hi @ttezera1
This would be website specific, would you mind sharing your URL so we can assist?
Its worked for me. Thanks for your time