How do I remove items like author sections from a custom theme?

  • 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: (visible only to logged in users)

  • 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.

  • The topic ‘How do I remove items like author sections from a custom theme?’ is closed to new replies.