Showing posts with label Date Ribbon. Show all posts
Showing posts with label Date Ribbon. Show all posts

Thursday, November 1, 2012

Show Date Ribbon in Blogger Sidebar Dynamic View

Before
After
Hey, sorry for the delayed post. 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;
}
You might also like: