Can You Change Font Color in WordPress?

Changing font color in WordPress is easy, but there are a few things you need to know first. You can change the font color in WordPress by using the Custom CSS or the Appearance panel.

To change the font color in Custom CSS, add the following code to your Custom CSS file:

.sidebar-heading { font-family: ‘MyFont’, color: #F5F5F5; }

To change the font color in Appearance, go to Appearance » Customize » General and enter the following code:

.sidebar-heading { font-family: MyFont, color: #F5F5F5; }

Once you have added the code to your Custom CSS or Appearance file, click on the “Update” button to apply the changes to your website.

Finally, be sure to save your changes to your website before you go ahead and test them out.