Hi, I am trying to remove the date located on the left side of the home page on my wordpress blog.
http://hanaostapchuk.wordpress.com/
Please let me know if there is anything I can do!
The blog I need help with is hanaostapchuk.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hi, I am trying to remove the date located on the left side of the home page on my wordpress blog.
http://hanaostapchuk.wordpress.com/
Please let me know if there is anything I can do!
The blog I need help with is hanaostapchuk.wordpress.com.
You can hide the date that appears to the left of posts in the Chunk theme using this CSS:
.hentry .entry-meta .date {
display: none;
}
Worked perfectly. Thank you!
Cheers :)
Additional question, how do I remove the borders on my photos?
To remove borders from photos inside content areas for posts or pages in the Chunk theme:
.entry-content a img {
border: none;
}
This topic has been closed to new replies.