coloured text box wordpress?

nickjett

Regular Member
Joined
Oct 28, 2010
Messages
258
Reaction score
23
Im looking for a plugin or easy way to create coloured text boxes to separate certain bit of my content. Is there a Wordpress plugin preferably for free that can do this?

textbox.png
 
Maybe simple HTML tags like <blockquote> or <code> will do the trick actually.
 
Add a custom css code? You can also create a custom [shortcode][/shortcode] and design them all the same.
 
Add a custom css code? You can also create a custom [shortcode][/shortcode] and design them all the same.
I have no idea where, how I would go about doing that?
 
Maybe simple HTML tags like <blockquote> or <code> will do the trick actually.
Awesome figured it out

<div style="background-color: #edf2ff; padding: 10px; border: 0px solid green;"><em> Text here </em></div>
 
Back
Top