I'm having problems changining a page in a custom theme I purchased. I thought it would be a matter of moving widgets but that has not worked. Please help
The blog I need help with is natalee2002.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
I'm having problems changining a page in a custom theme I purchased. I thought it would be a matter of moving widgets but that has not worked. Please help
The blog I need help with is natalee2002.wordpress.com.
Do you mean the author name below each post? In this theme, it is awkwardly worded so that if you just hide the authorname, the "by" and "on" words still remain.
If you would like to remove the author name AND the date use this:
.left {display: none;}
If you want to leave the date, you can do so by using this:
.left {visibility: hidden;}
.left .entry-date {visibility: visible; margin-left: -100px;}
You might need to fiddle with that negative margin number a bit.
If you mean author sections elsewhere, just let us know where and send a page URL where they appear.
This topic has been closed to new replies.