Thursday, March 7, 2013

Show Date Ribbon in Blogger Sidebar Dynamic Views Template


Before

After
So, all dynamic view templates have date ribbons on their posts - except Sidebar. I'm not quite sure what the reason is, but there's an easy way to get it back. And here's how..

Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog.
?
1
2
3
.sidebar .article .article-header .date, .ss {
display: block !important;
}

No comments:

Post a Comment