This post give an idea of controlling title post color and comment headlines color and font.
The code is:
h3.post-title, .comments h4 {
font: $(post.title.font);
margin: .05em 0 0;
COLOR:#000000;
}
In this css the color and font of post title and comment’s text (like:”NO COMMENTS” and “POST COMMENTS” can be edited.
go to template>HTML >ctrl+F>h3.post-title, .comments h4
Here color in this part COLOR:#000000; can be changed to any value from #000000 to say #8632ff etc.
The font can be changed by changing the value h3 in his part h3.post-title to other value like h1; which is bigger than h3 text size.
I think expert can understand what i want to say.
Leave a Reply