Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS A:hover – noob question! Reply To: A:hover – noob question!

#267968
Seriaph
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.