Article headings color

Hello! I have set my Headings color to black, however on articles the headings color is still orange (https://capsuladefotbal.com/planuri-alimentare/). What can I do?

Hi Eric,

Thanks for reaching us.

The Headings colors can be set/reset from Theme Options.
Just Go to X > Theme Options > Typography > Heading Font Color and change the color you want.

You can get more help on headings here : https://theme.co/docs/typography#heading-settings

If you still find the issues, please provide the details of your site in a secure note, including:

– WordPress Admin username / password

To create a secure note, click the key icon underneath any of your posts.

Hope it helps.

Thanks

The headings color is black, I have added a secure note, waiting for a reply
Thanks.

Hi Eric,

To change the color you need to write a small piece of CSS code and add it into your GLOBAL CSS.

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: inherit;
    color: #000000 !important;
}

Remember that the above code will work if copied as it is and don’t conflict with any existing style.
To get more help on that please go through resource.
Please note that the code provided serve only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle. We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.

Hope it helps.

Thanks

Still doesn’t work. Any other idea?

Hi @eric611,

I’ve checked your Global CSS and you set the header color to orange, to use the theme options for the heading as what my colleagues told you, please remove this line of CSS.

I hope it will help to solve your issue.

Thank you.

That was the problem, thank you so much!

Hi Eric,

Glad to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.