Right now on the bottom of my blog teasers I have 2 links. One is 'Member's blog' and 'Read more'

How do I keep read more and remove the members blog link

Comments

netentropy’s picture

did you find an answer to this

i read all of the nodes people have referenced and it still makes no sense to me

mittalpatel’s picture

Add
ul.links li.blog_usernames_blog {
display:none;
}
to your stylesheet and it will disappear....

g35nightrider’s picture

I'm using Zen theme, which css file should I change for only the teaser to be affected?

g35nightrider’s picture

Nevermind, I got it. Thanks guys!