CSSUA enqueued in your Website

0

This plugin enqueues the cssua.js into the website which then adds all the Browser, OS and Device related classes to the HTML tag. You can use these classes to apply css, specific to Br

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
This plugin is outdated and might not be supported anymore.

Description

This plugin enqueues the cssua.js into the website which then adds all the Browser, OS and Device related classes to the HTML tag.

You can use these classes to apply css, specific to Browser, OS or Device.

For Example: if you want the font-size of H1 tag to be smaller in Chrome Browser then you can do it in the following way.

.ua-chrome h1{ font-size: 20px; }

Learn more about cssua.js at http://cssuseragent.org/. Thanks to author for building such a powerful javascript library.