Blogger Post Title font and Comment text Font color and fort

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.

See also  How to Make $100 in One Day From a Blog

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *