I cannot seem to overwrite the default style for the TITLE. I have tried this without any luck:
<Object>
<Token>[TITLE]</Token>
<Settings>
<Setting>
<Name>DOWNLOAD</Name>
<Value>true</Value>
</Setting>
<Setting>
<Name>CssClass</Name>
<Value>testclass</Value>
</Setting>
</Settings>
</Object>
When I go to view source, the class for the link is always class="head". Where/how can I change this?
<a href=" __doPostBack('dnn$ctr759$Repository$lstObjects$ctl03$hypTitleDownload','')" class="Head" title="Click to download" id="dnn_ctr759_Repository_lstObjects_ctl03_hypTitleDownload">Resource Guide</a>
Thanks