Here is the code snippet Iām working with:
<a href="#" title="some title">
<span>Do not change color of this text</span>
Want to only change this text color
</a>
I am trying to change the color of the anchor tag text only, without affecting the text in the span
.
I would like to achieve this using CSS, excluding jQuery.