How to remove the clock icon?
-
On techblog.king.com, which is using a child theme of Blogsonry, I am trying to remove the date and the clock icon from the top of blogposts.
I’ve found that this will remove the date but not the clock icon:
/* Hide clock and date icon from top of blogposts */
.site-content .entry-date a:before,
.attachment .site-content span.entry-date:before {
display: none;
}Any hints?
Thanks,
Jim.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to remove the clock icon?’ is closed to new replies.