Quote:
Originally Posted by Skyrider
|
I think the plugin which you mentioned will use hyperlink anyway so try to follow modification in
Thread Prefix Manager
Code:
<p class="mcbadge mcbadge_v">TITLE (PLAIN TEXT) HERE</p>
or
Code:
<b class="mcbadge mcbadge_v">TITLE (PLAIN TEXT) HERE</b>
or
Code:
<i class="mcbadge mcbadge_v">TITLE (PLAIN TEXT) HERE</i>
if you don't like text effects just simply add one line in css which i mentioned in 1st post
Code:
text-decoration: none !important;
Regards,