I have this site: https://arcworks.bsquarewebdev.com/contact-us/ and the headers are this gold color, but cannot find what is effecting this color. Can you help on how to change this as well as the classic elements text is showing this gold.
Hello @BSquareWeb,
Thanks for writing in!
The heading are gold because you have added this css:
.x-recent-posts a:hover .h-recent-posts{
color:#DDB747;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a,blockquote{
color:#DDB747;
}
If you want to change the color to something, please go to X > Theme Options > Custom CSS and change the color code.
Yes. I found the issue.
Thanks!
Dave
You’re welcome!
It’s good to know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.