Change comment feature in my blogger

Asked By 10 points N/A Posted on -
qa-featured

 

I own a blog about cars and I've been customizing it for almost a week now. I only have a blog from blogger and I don't like it's comment features. I'm wondering if I can change it and use other templates that looks more professional and presentable. Can someone tell me how to do that?

SHARE
Answered By 20 points N/A #129384

Change comment feature in my blogger

qa-featured

Hi,

There are two systems to change your blog’s comment features or its templates. One is graphically by editing and other is manually by coding.

If your blog template is designed in WordPress or something like that and if you have support to edit blog’s template then follow edit instruction and open blogs editor. Then you can change some feature like image and background.

Other option is coding. If you have knowledge about HTML coding then you can do it. Open HTML editor for your blog and find these codes and replace with others.

Find:

.date-header span {

  background-color: $(date.header.background.color);
  color: $(date.header.color);
  padding: $(date.header.padding);
  letter-spacing: $(date.header.letterspacing);
  margin: $(date.header.margin);
}

Replace:

.date-header span {
  color: $(date.header.color);
  padding: $(date.header.padding);
  letter-spacing: $(date.header.letterspacing);
  margin: $(date.header.margin);
}
 h2.date-header {background:$(date.header.background.color);}
default="#999999" value="#999999"/>

This will change background color and sidebar of comment features.

 

Related Questions