How to change the font color and font typography?

Hello,
I have the free version of Illdy. How can I change the font type for the entire site and specifically for posts?
How can I change the color of the font?

I also would like to change the font color for posts, since I just realized it’s a bit to fainted.

Good morning guys

Since there is no built-in option to change the font in the theme you have 2 ways to implement font in the theme:

  1. manually add any font - you can do this by adding necessary css codes to your theme or
  2. use third-party plugins
    check this link:
    How to Add Custom Fonts in WordPress

How about changing the color on posts? What code can I add or where can I change in the editor?

Hello,

I hope you are doing well today.

You can use the following CSS code to change the font color by going to Appearance > Customize > Additional CSS and pasting it there.


body {
    color: black;
}

Best Regards,
Support

Hello. Thanks, it worked nicely, I just changed “back” to a hex I wanted.

Good morning

Is there anything else? :slight_smile: