changing color to blogs and page text

Hello,
I would like make the blog and page text darker, is there any option?
I have seen it is somewhere in the folllowing CSS but I can’t figure out which one exactly.
The site is:


.front-page-section .section-header .section-description, #header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a, #services .section-content .service .service-entry, #latest-news .section-content .post .post-entry, #team .section-content .person .person-content p, #contact-us .section-content .contact-us-box .box-right span, #contact-us .section-content .contact-us-box .box-right span a, #contact-us .section-content .contact-us-social a, #contact-us .section-content .wpcf7-form p .wpcf7-text, #footer .copyright, #footer .copyright a, .widget table tbody, input, textarea, .markup-format h1, .markup-format h2, .markup-format h3, .markup-format h4, .markup-format h5, .markup-format h6, body {
color: #000000;
}


Thanks

Hi there
Hope you are having a good day and thank you for your question :slight_smile:

Would you please add the following custom CSS and let me know how it goes?

.front-page-section .section-header .section-description, #header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a, #services .section-content .service .service-entry, #latest-news .section-content .post .post-entry, #team .section-content .person .person-content p, #contact-us .section-content .contact-us-box .box-right span, #contact-us .section-content .contact-us-box .box-right span a, #contact-us .section-content .contact-us-social a, #contact-us .section-content .wpcf7-form p .wpcf7-text, #footer .copyright, #footer .copyright a, .widget table tbody, input, textarea, .markup-format h1, .markup-format h2, .markup-format h3, .markup-format h4, .markup-format h5, .markup-format h6, body {
    color: #110c09;
}

Thanks!
Colorlib Support Team