How to Change the Font for lists for your WordPress Theme

If you’ve downloaded Easy Google Fonts because you want to change your WordPress theme fonts without getting into the code, you may have noticed that it doesn’t have an option for you to change the font for ordered and unordered lists.

The below code is what you can insert in the Additional CSS area when customizing the layout of your WordPress Theme. For additional fonts, check out this w3schools page.

ul {
font-family: Arial, Helvetica, sans-serif;
}

ol {
font-family: Arial, Helvetica, sans-serif;
}

Here is a screenshot of where you’ll input the code.


Posted

in

by

Tags: