hide calendar icon
-
Hi
Can you help me? I am using the Minimum theme and I would like to hide the calendar icon which is visible to the left of the date of each new post on my blog roll.
Any help greatly appreciated.
Thanks
Ray
The blog I need help with is: (visible only to logged in users)
-
Assuming you have the CSS Upgrade, you can add the code below to your CSS editor and it will hide the calendar icon and date. Unfortunately, it looks like the date and icon are connected so I don’t see a way to keep the date but get rid of the icon.
.post-info span.date {
display: none;
}Hope this helps!
-
- The topic ‘hide calendar icon’ is closed to new replies.