Kuvaus
This plugin adds a textarea to the Customize page that allows theme editors to write, preview, and implement CSS code in real time.
It also includes a frontend CSS editor window with live preview capability.
Asennus
- Upload the
live-css-previewfolder to the/wp-content/plugins/directory. - Activate the plugin through the ’Plugins’ menu in WordPress.
UKK
-
Will the CSS be applied to my live site if I hit ”Save & Publish”?
-
Yes. Your changes are saved to the database and applied immediately to the frontend.
-
Will the Live CSS Preview allow me to write @media queries?
-
Absolutely — this is one of its primary features.
-
My CSS doesn’t seem to apply. How can I override the theme’s CSS?
-
The plugin adds a
livecssclass to the<body>element.
Use it to increase specificity when needed:body.livecss { background-color: red; } -
2.1.6
-
whitespace error removed which may conflict with other plugins
Arvostelut
There are no reviews for this plugin.
Avustajat & Kehittäjät
“Live CSS Preview” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.
AvustajatKäännä “Live CSS Preview” omalle kielellesi.
Oletko kiinnostunut kehitystyöstä?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.