Can someone help me figure out how to change the color of the text on my image banner? My store is https://wyattkidd-kidd3.myshopify.com/ and I’m trying to change the color of all of the text within the image banner.
Hi
Can you please share which color of the text apply on my image banner
I would like the color #302F2F
please Go to Online Store-> Theme->Edit code then go to assets/base.css ->paste the below code at the bottom of the file.
.banner__content .banner__box .banner__heading {
color: #302F2F;
}
That changed the color for the first line of text but not the second line