Hey there,
I am needing to change the heading and subheading font color to white for the email newsletter sign-up section on the Sense Theme. I’ve tried everything and nothing seems to work. Any solutions? Thanks in advance!
Site: https://drink-mixy.myshopify.com/
Password: brandwell
1 Like
Hello sir
Thank you for sharing your issue. I check with this issue I found the solution so you can do this
Go to themes>edit code> search for base.css and paste below code at the bottom of the file of base.css or theme.css
Solution:->
.newsletter.center h2, .newsletter.center p {
color: white !important;
}
Let me know if you need help
Ajay karan sharma
Thank you
Hi @alishaserre ,
Please follow the instructions below.
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the base.css
- Paste the code below at the very bottom of the file.
.newsletter__wrapper > h2, .newsletter__wrapper > .newsletter__subheading.rte > p {
color: #fff;
}
Thanks for your help! For some reason the code is not working. Is there anything else I should try? I am also struggling with getting the announcement bar font white.
Hi again’
Did you add this code in base.css ?
i add here both code announcement text and newsletter text white code please add that in base.css
.newsletter.center h2, .newsletter.center p {
color: white !important;
}
p.announcement-bar__message.h5 {
color: white !important;
}
click Online Store > Themes >Actions > Edit code
Find base.css on left side bar
open the file of base.css and paste above code in last
It will work
Let me know if you need help
1 Like
The announcement bar code worked perfectly, thank you!
For the email font issue, it is still not working for some reason. I’ve attached a screencapture of the code added in. I’m curious if one of my other codes I have added are overriding it.
I separated the coding and it worked! Thank you!
okay so please remove the first line code https://prnt.sc/_8jywHokdGKe
and
click Online Store > Themes >Actions > Edit code
search newsletter in sections folder and paste this code below in that section
Let me know if you got this