An open API service indexing awesome lists of open source software.

https://github.com/tarosky/taro-custom-style

Add custom css to each posts and taxonomies.
https://github.com/tarosky/taro-custom-style

wordpress wordpress-plugin wordpress-plugin-ga

Last synced: 2 months ago
JSON representation

Add custom css to each posts and taxonomies.

Awesome Lists containing this project

README

          

# Taro Custom Style

Contributors: tarosky, Takahashi_Fumiki, yocchi161
Tags: css
Requires at least: 5.4
Requires PHP: 7.2
Tested up to: 6.1
Stable Tag: nightly
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt

Add a custom CSS meta box to your posts and terms.

## Description

Do you need custom CSS for a specific page or category?
So try this plugin, and Taro Custom Style gives you meta boxes with a Cool editor.

- Custom style for posts and taxonomies.
- Style group for posts. A style group is a custom CSS that can be attached to multiple posts.

## Installation

1. Upload the plugin files to the `/wp-content/plugins/taro-custom-style` directory, or install the plugin directly through the WordPress plugins screen.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Go to `Appearance > Custom CSS` and choose which post types or taxonomies should have css editor.
4. O.K. Now you can customize your specific page.

## Frequently Asked Questions

### How to Contribute

We host our code on [Github](https://github.com/tarosky/taro-custom-style), so feel free to send PR or issues.

## Screenshots

W.I.P

## Changelog

### 1.1.0

- Add style group.
- Add stronger sanitization with [Media Wiki css-sanitizer](https://www.mediawiki.org/wiki/Css-sanitizer).

### 1.0.0

* Initial release