I want to change the colour of my h2 heading text

Can anyone help with changing the h2 heading colour by css please? I tried using the yellowpencil css plugin but is only works on individual section headings.

Ammendment : I have managed to work it out.

/* Heading */
.elementor-element-696a5703 .elementor-widget-heading h2{
color:#000000;

}

I simply removed the number -696a5703. and it became sitewide (global).
Hope this helps someone. Cheers

Hello John,

Thanks for writing in!

The widget heading of the X and Pro theme is not using h2. It is using the h4 with the h-widget class selector. You might be interested in these threads:

Best Regards.

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