customise font color

Hi everybody

I don’t find (neither in the forum nor in the preferences) how to choose the font of the text

https://colorlibsupport.com/t/remove-sidebar-in-page-and-categories/#post-71120

i would like to customize the font in blank

can you help me ?

have a great day!

Unfortunately, there’s no option to handle the font color, font size or style.

Let me know more about where you want to change it and I’ll do my best to assist you with it even though this definitely requires extensive custom work that falls short to the free support scope.

Regards

ion thank you !

  1. leave the black color in homepage http://www.vuesdedrone.com/
  2. on a post
    http://www.vuesdedrone.com/2016/09/13/chateau-vue-de-drone-video/
    or in category sections
    http://www.vuesdedrone.com/category/realisations/
    to make the font blank !

Hello,

You should try this CSS solution:


.front-page-section .section-header h3,
#latest-news .section-content .post .post-title,
#blog .blog-post .blog-post-title,
.blog-post-related-articles .related-article-title, {
    color: grey !important;
}

Let me know if the above fixes all the black color you are looking for.

Regards