How to Change Font Color in WordPress

Do you want to change the font color of all the text on your WordPress website? In this guide, we are exactly going to discuss how to change font color in WordPress using three different methods. We’ve kept things straightforward to make it easy to follow along.

Why Change Text Color in WordPress?

When it comes to creating a visually appealing website, the choice of font color plays a significant role. Whether you want to enhance the readability of your content or add a touch of personalization to your site, changing the font color in WordPress can help you achieve your desired look and feel.

By altering the font color, you can create contrast, highlight important information, or match the color scheme of your brand. It allows you to make your content more engaging and visually appealing to your visitors, ultimately improving the overall user experience.

Methods to Change Font Color in WordPress

There are several methods you can use to change the font color in WordPress, depending on your needs and preferences. Let’s explore three popular methods:

Method 1: How to Change Font Color in WordPress Editor

The Gutenberg editor in WordPress gives you the power to craft visually stunning content, and changing font color plays a key role in this. Whether you want to highlight important information, create a cohesive brand identity, or simply enhance readability, knowing how to change font color within your blocks is essential.

Here’s how you can change font color in WordPress using Gutenberg:

How to Change Font Color on Block-Level:

If you are looking to change the font color for the entire block you have selected, follow these steps:

  • Select the text block you want to modify (Paragraph, Heading, List, etc.).
Highlighting Block to change font color in wordpress
  • You’ll see a sidebar opened on the right side.
  • In the “Style” panel, scroll down to the “Color” section. And then click the Text option to change the text color.
Screenshot shoing How Text Color field looks inside the WordPress Admin Panel.
  • You’ll see a palette of pre-defined colors chosen to match your theme. Click on any of them to apply the pre-defined color instantly.
Screenshot showing how color picker opens
  • For more personalized control, click on the big color box.
  • Drag the slider to choose a color from the spectrum.
  • Or, enter a specific hex code for perfect brand alignment.

How to Change Font Color for Specfic Text:

Sometimes, you might need to change the color within a specific portion of text within a block. Gutenberg (WordPress Editor) offers this flexibility too:

  • Highlight the text you want to alter.
  • Click on the down arrow icon in the toolbar.
  • Select “Highlight” from the dropdown menu
Screenshot showing how to change font color of specfic text in wordpress
  • Similar to block-level editing, you have access to the same pre-defined colors and custom color picker. Click on any of them to apply the pre-defined color instantly.
  • And if you want to add any custom color, again click the big color box and inside that you’ll find the color spectrum or you could also add a custom color code in any format.

Remember: These changes only apply to that specific block type and won’t affect existing instances, giving you more control over the visual appearance of your content.

WPEngine Business 2
WPEngine Business 2 Alternate

Method 2: How to Change Font Color in WordPress Classic Editor

At times, you might find yourself relying on the Classic Editor plugin or using an older version of WordPress. Perhaps you’re not yet familiar with the new WordPress Editor “Gutenberg,” or maybe you simply have your reasons for preferring the Classic Editor. Regardless, if you’re using the Classic Editor plugin or an older version of WordPress, there are two ways available to change font color in Classic Editor WordPress.

Method 1: Using the Text Color Button

  1. Open the page or post you want to edit.
  2. Click the Toolbar Toggle icon (right corner with arrows) to expand the toolbar options.
Screenshot showing how to change font color in classic text editor wordpress
  1. Highlight the text you want to change the color of.
  2. Click the Text Color button (letter “A” with a colored background).
Screenshot showing the field to change text color in classic text editor.
  1. Choose the desired color from the color palette.
Screenshot showing how color picker looks.
  1. Predefined colors: Click one of the available colors for a quick application.
  2. Custom color: Click “Custom…” for more options.
Screenshot showing how to select custom color in classic text editor.
  1. Hex code: Enter the specific hex code of your desired color in the field.
  2. Click “OK” to confirm the color change.
  3. Update your page or post.

Method 2: Using the TinyMCE Editor

  1. Open the page or post you want to edit.
  2. If the TinyMCE editor is not active, click the “Text” tab to switch to it.
  3. Highlight the text you want to change the color of.
  4. Click the dropdown arrow next to the font color icon (letter “A” with a colored background).
  5. Choose the desired color from the color palette.
  6. Continue editing and update your page or post.

This method is useful for users who prefer the Classic Editor interface or have not yet upgraded to the latest version of WordPress.

WPNotch Banner
WPNotch Mobile Banner

Method 3: How to Change Font Color of Entire WordPress Website using CSS

If you want to change the font color of your entire WordPress website, using CSS (Cascading Style Sheets) is the most effective method. Here’s how you can do it:

  1. Go to your WordPress dashboard and navigate to “Appearance” > “Customize”.
Screenshot showing how to change font color in WordPress using custom css
  1. Click on “Additional CSS” to open the CSS editor.
Screenshot showing where is the "Additional CSS" option in WordPress Admin Panel.
  1. Enter the following CSS code to change the font color of all paragraphs:
p {
  color: #000000; /* Replace #000000 with your desired color code */
}

If the above code doesn’t work, you can try applying the font color to all the paragraphs of the entire body of your website:

body p {
  color: #000000; /* Replace #000000 with your desired color code */
}

Remember to replace “#000000” with the hexadecimal code or name of the color you want to use.

NOTE: This will only change the color of paragraphs enclosed in <p> tags in HTML. If you want to change the color of other elements like headings or forms, you’ll need to find their HTML tags and replace ‘p’ with those in the CSS code we added earlier.

Screenshot showing how custom css looks in the additional css option in WordPress.

Once you have entered the CSS code, click on the “Publish” button to save your changes. The font color of your entire website will be updated accordingly.

WPEngine Business
WPEngine Business Alternate

Bonus Tips:

Here are some helpful tips for you:

  • Experiment with pre-defined colors to maintain a cohesive theme.
  • Use contrasting colors for headings and important information to improve readability.
  • Avoid too many different colors, as it can create visual clutter.
  • Test your color choices on different devices and screen sizes to ensure accessibility.
Screenshot of the coolors website.

If you’re not very familiar with choosing colors, you can try using this website, https://coolors.co/, to create some lovely color combinations.

Final Words

Changing the font color in WordPress allows you to add a personal touch and improve the visual appeal of your website. Whether you want to highlight important information or match your brand’s color scheme, the methods mentioned above provide you with the flexibility to customize the font color according to your preferences.

Remember to experiment with different color combinations to find the perfect balance between readability and aesthetics. By utilizing the methods mentioned in this guide, you can easily change the font color in WordPress and create a visually stunning website that captivates your audience.

Start exploring the various methods today and make your WordPress website stand out with vibrant and eye-catching font colors!

DISCLAIMER:

This post may contain affiliate links. Clicking them might help us earn a commission, which helps us keep creating awesome content for you! Remember, using these links won’t cost you anything extra, and in some cases, you might even snag a discount. Win-win!

Discover more from WP Notch

Level up your skills. Get expert tips delivered straight to you. Subscribe!

Continue Reading