Weighted Words is a tag watcher plugin that pulls commonly used words and displays them in various sizes in the sidebar (similar to Hot Tags on WordPres). More of a general CSS/PHP refresher lesson (new to WordPress/PHP):
Currently I use 2 separate hover styles on my site. 1 is green, 1 is orange. Currently the Weighted Words' words are using the orange color, but I want them with the green.
Generally I would do this by adding a simple "class="GREEN"" tag, but I'm not sure the best way to do that in this setup. Or where it needs to be done. In the plugin editor? In one of the theme editor php pages?
Additionally, I wouldn't mind being able to have a different font setup.
Any tips would be greatly appreciated, thanks!