=== Text Styler === Contributors: edesac Requires at least: 4.5.3 Tested up to: 4.5.3 Stable tag: 1.0.2 Tags: wp text styler, text styler, tinymce button License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin will allow a user to style text/phrase of a post or page. He can set background color, text color, and padding, etc. == Description == This plugin will allow a user to style text/phrase of a post or page. He can set background color, text color, and padding, border, and many more to any tag which includes header, paragraph, list, list item, span, strong, etc. Because styles are added to the database and not as inline CSS, contents won't get messy. == Features === Supported CSS: * color (text color) * font-size (text size) * font-family (Arial, Tahoma, Serif, and many more) * background-color * padding * border (border width, border-style, border color) Coming Soon: * font-style (italic) * font-weight (bold) * line-height * margin * border-radius (rounded corners) == Screenshots == 1. TinyMCE Text Styler Pop Up Window 2. TinyMCE Text Styler 3. Text Styler in Action (Backend) 4. Text Styler in Action (Front End) == Installation == This section describes how to install the plugin and get it working. 1. Activate the plugin through the 'Plugins' menu in WordPress 2. Add or edit a post or page. 3. (a) To style a text or phrase, place the cursor on the location where you want to place the new styled text. (b) Click on Text Styler button. (c) On the pop up window, enter the text and change styles as desired. 4. (a) To edit styles, simply click on the phrase to style (no need to highlight the text). (b) Click on Text Styler button (c) On the pop up window, select the node that you want to style and change styles as desired. == Changelog == = 1.0.0 = * Initial upload. = 1.0.1 = * Updated readme.txt. * Added banner, icons, & screenshots. = 1.0.2 = * Added more CSS/styling options