Hello,
I’ve set my header (H1-H3) color to as black and it works in one of my pages but in other page some of the headers are in blue. Blue is the highlight color.
What do I need to do to get black headers in my main content and blue links.
Thanks for the help!
Hey GoodGame!
You’ll want to remove the span and b tag. If you want to make the H1 bolded then try this out.
.main_color h1, .main_color h1 * { font-weight: 600 !important; }
Best regards,
Elliott