Forums

Weighted Words Font (2 posts)

  1. Chachee
    Member
    Posted 3 years ago #

    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!

  2. petit
    Member
    Posted 3 years ago #

    According to this thread
    "The plugin adds the <p class="weightedwordlist"> around its output"

    This means that you should be able to set all styles in your stylesheet, where it belongs.

Topic Closed

This topic has been closed to new replies.

About this Topic