Is there an easy way to control CSS styles in a Wordpress Post without using the edit HTML feature?
For example, I would like to write a wordpress post, and apply a few different CSS classes to certain line items or headers, etc.
Is there a way to do this?
Example:
<li class="bigboldredtext">This text would be big red and bold, but without editing any html, it would be a dropdown in the edit post menu if possible</li>
I run WP on my own domain. So to apply styles, I have to do it through the edit HTML tab, there’s no way to do it in the WYSIWYG edit post area?
If you’re on wordpress.com, editing CSS is a Premium Feature which will cost you a buck and change a month.
If you have your own domain and run WP, it’s a simple matter of editing the stylesheet (style.css, likely) to include the new class and then coding the templates that will use it.







If you’re on wordpress.com, editing CSS is a Premium Feature which will cost you a buck and change a month.
If you have your own domain and run WP, it’s a simple matter of editing the stylesheet (style.css, likely) to include the new class and then coding the templates that will use it.
References :