Make text more darker

Hi Movin,

Thanks for always helping out.

How do I make all text more darker, the texts are hard to read for some people as the black looks faint.

Hi @biodun,

Thank you for your another question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

html body {
    color: #000;
}

Best Regards,
Movin

Thanks a lot man.

You are most welcome here :slight_smile: