Hi folks,
I’m trying to change the text color for the section headings on all my pages. I was able to change the text to a custom font but the same method has not worked for changing the color in the base.css in District theme (see below).
.text-3xl { font-family: “Recoleta-Bold”!important; }
.text-2xl { font-family: “Recoleta-Bold”!important; }
.text-xl { font-family: “Recoleta-Bold”!important; }
.text-3xl { font-color: “#CEA75E” !important; } (didn’t work)
.text-2xl { font-color: “#CEA75E” !important; } (didn’t work)
Inspect function on the text yields -
Our impact model
Changing the colors in the Theme settings has not worked either. Do I need to change the color of h3? Is it in the Sections? I can’t figure out where it’s drawing the color from.
Website is outpatch.org
Any help appreciated.
Thank you.