Home › Forums › CSS › A:hover – noob question! › Reply To: A:hover – noob question!
March 6, 2018 at 5:09 pm
#267968
Participant
If you are applying the class to the element like such: <a class="cal-blue">your text</a>
Then the appropriate way to target the <a>
tag in this case is a.cal-blue
.
Hope this helps.