=== Custom CSS for Pages Posts and Widgets === Contributors: bilalnaseer Tags: custom css, css for pages, css for widgets, css for posts Requires at least: 3.5 Tested up to: 4.2 Donate link: http://websensepro.com/plugins/donation/ Stable tag: 1.1 This plugin will create metabox in Pages/Posts/Widgets to add CSS which will help alot in customization. == Description == Wordpress plugin for adding custom CSS into POSTS, PAGES and WIDGETS, it will add CSS code into head section of your website but will only work for the pages/posts/widget which you will choose. For complete demo visit http://websensepro.com/custom-css-for-pages-posts-widgets == Installation == 1. If you use FTP to upload your plugins, unzip the zip file and upload the resulting directoy to /wp-content/plugins/ If you use the automatic uploader, there's no need to unzip the file first. 2. Activate the plugin through the 'Plugins' menu in WordPress You will now see a new metabox on all edit screens for posts/pages/widgets. == Screenshots == For complete demo visit http://websensepro.com/custom-css-for-pages-posts-widgets == Frequently Asked Questions == Q: How do I enable this for my custom post types? A: Add this line to your theme's functions.php file and change POST_TYPE to the name of your post type. add_post_type_support( 'POST_TYPE', 'websensepro-custom-css'); == Changelog == = 1.1 = • Fixed some minor bugs = 1.0 = • Initial release