Solved

How to change the color on the text (only) in the newsletter sign up (brooklyn theme)

fitnessboozt
Excursionist
36 0 5

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.

 

newslettersignup.png

Accepted Solutions (2)

JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

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!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

View solution in original post

JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

That works @fitnessboozt , just where you placed the code yesterday!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

View solution in original post

Replies 7 (7)

JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

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!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
fitnessboozt
Excursionist
36 0 5

@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.

JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

That works @fitnessboozt , just where you placed the code yesterday!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
fitnessboozt
Excursionist
36 0 5

@JHKCreate Thank you that worked just fine.

ttezera1
New Member
5 0 0

Hello this didnt work for me does this only work for the brooklyn theme?

JHKCreate
Shopify Expert
3571 639 916

Hi @ttezera1 

This would be website specific, would you mind sharing your URL so we can assist?

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
Miladreamz
Visitor
1 0 0

Its worked for me. Thanks for your time