How to change font color, size, and style?

I just downloaded the activello theme, and exploring about ways to customize.

Well, first thing that comes up is the default font.

Any way I can change that?

Cheers

Here is a ling to my site.

lifelessl0cid.com

Hi @lucidlife,

I hope you are well today and thank you for your question.

You can change default font by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

html body {
    font-family: arial;
}

You can change the font arial in the above CSS code to whatever you want to.

Best Regards,
Movin

Great thanks for the reply! After some digging around I was able to find that code!

Cheers!

You are most welcome here :slight_smile:

Hi Movin,
This worked perfectly for me for font, and I guessed at the code and was able to change the color too, but how do I change the size of the font?
Thanks,
Ketti

To change body text font size you can use below CSS code.

html body {
    font-size: 15px;
}

Hello!
I want to change font style and already added CSS code above. Is there another code?

Thank you,
Af

@afmazaya To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/activello/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.