well i am new to this / css / blogs...
i need to reposition the date / time to be above blog title post
also
how to remove box lines around picture blog posts ?
any help..please??
The blog I need help with is freshtwistblog.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
well i am new to this / css / blogs...
i need to reposition the date / time to be above blog title post
also
how to remove box lines around picture blog posts ?
any help..please??
The blog I need help with is freshtwistblog.com.
Welcome to WordPress.com!
To move the date/time above post titles in the Forever theme, add this to your Appearance → Custom Design → CSS editor:
.entry-header {
padding-top: 18px;
}
.entry-header .entry-meta {
position: absolute;
top: 0;
}
That will adjust the overall width of the space for the entry meta and make the border that was there before look smaller. If you want to get rid of that border, add this:
.entry-header .entry-meta {
border: none;
}
how to remove box lines around picture blog posts ?
Here is an example that shows how to do that:
http://en.forums.wordpress.com/topic/how-to-remove-image-border-in-forever-theme?replies=3#post-1110799
This topic has been closed to new replies.