Hi
I have used the GYM template - http://af.conordarcy.co.uk/
The headings have a bit of Orange text in them? How can i change this to the green ?
Hi
I have used the GYM template - http://af.conordarcy.co.uk/
The headings have a bit of Orange text in them? How can i change this to the green ?
Hey There,
Thanks for writing in! The orange color were added using a custom css. Please find the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r) and change the color
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
font-weight: inherit;
color: #ff551d;
}
Feel free to change the color to hsl(97, 95%, 54%);
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.