Quote:
Originally Posted by Neo_obs
how can we change the color and make it not underlined or bold? I would like it to just change to a Gold instead of the normal purple we use on our site
|
If you Open your Plugin manager in the AdminCp.
You can change the colors in the Acronym-Plugin.
PHP Code:
<span style=" font-weight:bold; color:#08bd09; border-bottom: 1px dotted #082ceb; cursor: help;">
color:#08bd09; is the FontColor (Change it :banana: )
&&
#082ceb; the UnderlineColor
If xou don't want it underlined delete:
PHP Code:
border-bottom: 1px dotted #082ceb;
Roland