hiding dates
-
Is there any way to hide the dates on posts on the milk theme? Or do I need a CSS upgrade to do this?
The blog I need help with is: (visible only to logged in users)
-
You would need the Custom CSS Upgrade to hide the dates from your posts. If you purchase it, the following CSS code should do the trick (specific to the White as Milk theme, please note):
#content small {
display:none;
}(the above code can be added to Appearance -> Edit CSS)
-
-
- The topic ‘hiding dates’ is closed to new replies.