LH Scoped Styles Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin allows users to easily add a simple user registration form anywhere on their site using a simple shortcode. New users will be automatically logged in after registration.
-
to add the scoped styles into your content add the below shortcode in your page or post content area
[lh_scoped_styles-scoped_element]
and specify the two attributes namely
wrapper: which is the html tag the scoped styles are wrapped in
and
styles: which are the styles that are scoped within the above wrapper
and then enclose the the content within the shortcode, remebering to close the shortcode. A example is here:
[lh_scoped_styles-scoped_element wrapper=”div” style=”.screen_only { display : none; } @media screen{ .screen_only { display : block; } }”]
[/lh_scoped_styles-scoped_element]
The above hides the element for non screen interactions (e.g. print)
Screenshots
No screenshots provided