Hi, I’m new to Shopify & trying to set up my first store.
I’m using Dawn template but when I remove the container with black text the text turns to white but doesnt show up too well with my background images.
Is there a way to change this text to black?
I’ve done a quick search & pasted the following under Asset >base.css but still does nothing unless I’m doing something wrong.
@media screen and (max-width: 767px){
.banner__buttons a.button.button–primary {
background-color: #f08147;
}
.slideshow__text.banner__box.color-accent-1.slideshow__text–center.slideshow__text-mobile–center {
color: #000;
}
h2.banner__heading.h1 {
color: #000;
}
}