I'm trying to remove the "By [Author]" portion on a posts page. Example: http://turfrugs.com/2012/02/14/custom-trailers/
Currently that <div class="entry-meta"> includes:
<br />
<span class="meta-sep">by</span><br />
<span class="author vcard"><a title="View all posts by Administrator" href="http://turfrugs.com/author/alfredga/">Administrator</a></span><br />
I'm able to successfully add .meta-sep {display:none;} but when I add .author vcard {display:none;} it doesn't appear to be accepted and I'm wondering if this is due to the class having a space in the value.
Any recommendations? Thanks in advance!
The blog I need help with is turfrugs.com.