Adds a settings panel to the Wordpress admin that allows you to specify css class or id styles and pages/posts to apply them to.
If you’ve ever wanted to control how a particular part of your page or posts looks without having to modify the theme files or stylesheets,
this is a simple plugin that allows you to do that.
Once installed and activated, you’ll have a new settings panel in the WordPress admin that will provide you with a text area block
where you can include any styling you’d like to use, and a second input field that allows you to insert a comma delimited list of page
or post IDs to apply these styles to.
Alternatively, you can enter ‘ALL’, and have your styles applied on every page/post.
Bug Reports or Feature Requests
https://trello.com/b/9Bio6kHl
Follow me on Twitter
https://twitter.com/jcummings1974
/wp-content/plugins/
directoryCSS Override
section of the settings menu.None that I can think of.
Make sure that when you enter your styles in the options panel, that you haven’t included the style tags, which the plugin adds for you.
Make sure that you clear/update any caching plugin that you may be using. If you have doubts as to whether your style is being injected
in to the page, view the source of your page and look for the css you’ve supplied in the head section of the HTML for that page.