Where do I change the css for the [SUBJECTLINK] token in the AF Whats New module?
Ive added css properties to change the link color in the skin.css, container.css, AF module.css in my custom theme. None of them work. The code i was using is :
<span class="grey_text_link">[SUBJECTLINK]</span>
.grey_text_link,A.grey_text_link:link,A.grey_text_link:visited,A.grey_text_link:active{font-size:10px; font-family:Tahoma !important; color:#494748; text-decoration:none;}
A.grey_text_link:hover{color:#494748; text-decoration:none; font-size:11px; font-weight:bold !important; font-family:Tahoma !important;}