Randomize CSS

Donation Amount:

USD

Randomize CSS WordPress plugin can be configured to randomize part of the css on each page view. It can for example change random colors.

Installation

  1. Download the latest version
  2. Unzip it to `/wp-content/plugins/` directory
  3. Create css templates and name them <NAME>.css.tpl
  4. Upload the css templates to `/wp-content/plugins/randomize-css/templates/css/` directory
  5. Activate the plugin in the ‘Plugins’ menu
  6. Edit the options in ‘Settings’ menu

Screenshots




2 Responses to “Randomize CSS”

  1. This is the plugin what i was looking for years ,,,,

    Is there any way to randomize the category names like in the tags ..

    • Gavriel says:

      If you know a littlebit of css, you might be able to do it. However it’ll be a bit harder, ’cause I guess that there isn’t a different class for each category. But you could try something like:
      li{color:[COLOR]}
      li+li{color:[COLOR]}
      li+li+li{color:[COLOR]}

Leave a Reply