This plugin is used to assist in designing sites without editing the original style.css
Companion is intended to assist users designing their sites without editing their original style.css files.
Companion’s features include:
body { background: #333333; }
333333 being swapped for the color that you want to use.
Notice that you do not need to replace the entire CSS element but just the portion you want to override / change.
Companion is released under the GNU GPL version 3.0 or later.
theme-companion
directory to the /wp-content/plugins/
directorySome CSS might need the !important flag on it, depends what order this plugin get’s executed – before or after other CSS that is made on the site.
Check the permissions on the plugin directory theme-companion/custom – For more information on this, contact your Webhost. If you are
running WPMU make sure that the blogs.dir for the current blog’s /files directory has the proper permissions as well (again as your webhost).
If it’s a serious problem, such as WordPress becoming non-functional or blank screens/errors after you perform certain operations, you will be asked to provide error logs for your server. If you don’t know how to get access to these, talk with your Webhost. At that time just remove the plugin from the plugins/ directory. If it still
continue’s it is probably not a Theme Companion problem.
Fixed plugin path
Update to readme.txt
Re-Release