How to Change Your Text Size and Color in WordPress

Please note: This tutorial is for WordPress.org blogs. If you are still using a WordPress.com blog the process may be slightly different. To utilize the full power of WordPress you may want to consider transferring your WordPress.com blog to WordPress.org. 

When writing a post in WordPress you will see a few text options on the post editor screen like bold, italics, and strikethrough. But what if you want to change the size of the text? Or the color?

There is seemingly no simple solution for this on the post editor screen, so I am going to show you some workarounds to get it done. This will involve some light HTML coding, but even if you are a beginner you should be able to copy and paste the examples I give to get your desired effect.

The method I am going to show you should only be used if you want to make changes to just a few words in your post. If you don’t like the overall look of the text on your blog, it is better to just install a new theme on your blog that has a font type, size, and color that you like.

Changing Text Color

At first glance, you might not see an obvious way to change the text color. This is because the WordPress developers chose to keep this feature a bit tucked away. Here’s how to access it:

Changing Text Size

Changing your text size follows a process similar to the one we used to change the text color. This one is a little more complicated though. Here is how to do it:

Just after the paragraph you will see this: </h3>
These codes mark where Heading 3 (the text size we chose in step #4) starts and stops. In order to change this, and only change the size of the text we want, we need to move those codes to the appropriate place. Take a look at the screenshots below to see how to do this: 


Before:

After:

In addition to changing text size and color, when you click the “Toggle toolbar” button you will see some other new features. These include useful things like underlined text and indentations, so keep the “Toggle toolbar” button in mind in case you need to use these features in the future.