Quote:
Originally Posted by Lynne
Have you tried adding something like this to additional.css:
HTML Code:
.prefix a {color: red;}
If that doesn't work, then please link to the page on your site so I can see your CSS.
|
I had the same challenge and fixed it in one sql update query in php myadmin - i used bold black format :
Code:
update vb_phrase set text=concat('<span style="color: black;"><b>',text,'</b></span>') where left(varname,6)='prefix' and right(varname,4)='rich'