Hi, I would like to change the font color in the DAWN theme. Either in black or any other desired color. At the moment it is white. I have seen this post to change the font color into black, but adding this code into base.css didn’t change anything. Please see my changes below:
Thanks for your help.
Thomas
1 Like
Hi @Thomas_New ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
@Thomas_New
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi Ketan,
URL is https://mybamboo-shop.de
Password is qhtn
Thanks for your support.
Thomas
1 Like
@Thomas_New
try this code
- Go to Online Store->Theme->Edit code
- Asset->/section-image-banner.css ->paste below code at the bottom of the file.
#shopify-section-template--15287389585587__image_banner h2.banner__heading.h1 {
color: #000;
}
Hi, unfortunately it did not work. Any other idea?
[cid:image001.png@01D82B08.8CC568B0]
Thank you,
Thomas
1 Like
@Thomas_New
sorry i can’t see that code
Hi Ketan, now the code should appear, but still no change to the font color. Thanks.
1 Like
@Thomas_New
if possible to to share theme access so i will check what’s missing code and update
Hi @Thomas_New ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/section-image-banner.css->paste below code at the bottom of the file:
#Banner-template--15287389585587__image_banner .banner__heading {
color: #000 !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Thank you. Worked very well!