Change color on specific heading
Hello,
I recently got help with a question on how to add symbols to buttons and headings and such.
I was wondering if it's possible to do the same if you want to switch colors on a (for example) H2 heading?
Like this with icons, but instead a shortcode to change color on this heading only
Comments
You could try wrapping it in a <span style='color:red">title</span>
But it could not change the color of the icon or lose the styling on the heading.
Best to use custom css.
thanks
thanks