Hello,
I’m looking to change the color of the heading text from white to black. After reading some other similar QA’s I was unable to find the reference code to make these edits.
Website is https://boardingpasscoffee.com/
Thank you for your time.
Hello,
I’m looking to change the color of the heading text from white to black. After reading some other similar QA’s I was unable to find the reference code to make these edits.
Website is https://boardingpasscoffee.com/
Thank you for your time.
Hello,
The below code would achieve what you are looking for:
h2.banner__heading.h1, .banner__text {
color: black !important;
}
Add it at the end of your base.css file.
Cheers!
Gabriel
Thank you!!