Viewing 3 replies - 1 through 3 (of 3 total)
  • How did you change the font? You could use this custom CSS to change the font of the bulleted lists:

    .post-content ul, ol {
    	font-family: "Georgia";
    }

    Alternatively, you could use this custom CSS to change the font of the entire post, but doing it this way would also change the font of your headers “Ingredients” and “Instructions”:

    .post-content {
    	font-family: "Georgia";
    }
    Thread Starter dimesanddonuts

    (@dimesanddonuts)

    I changed the font through the “customize” -> “typography” option for my theme on WordPress. I didn’t manually change anything in the CSS.

    It’s possible that your theme’s built-in customization options don’t cover the lists, and as you are using a commercial theme, I can’t download the theme and check for myself. Your best bet would be to contact the theme’s vendors for help. After all, that’s part of what you paid for.

    Did you try the custom CSS I recommended? You can either use your theme’s built-in custom CSS option, if one exists, or a custom CSS plugin.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Font Style Issues’ is closed to new replies.