Show Date Header
If your Date header every post is not showing after you install the new Theme of your blog, you can edit it by doing this simple steps. First thing to do is to backup your Template and save.
1. Go to your blogger Dashboard-Template
2. Go to Edit HTML
3. Press CTRL+A and CTRL+F find this code
" .date-header{display:none}" or ".date-header span { "
and Paste this code
" .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);
} "
4. Save your Template








0 comments:
Post a Comment