By rayver on
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
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
did you find an answer to
did you find an answer to this
i read all of the nodes people have referenced and it still makes no sense to me
Easy way to do this using CSS
Add
ul.links li.blog_usernames_blog {
display:none;
}
to your stylesheet and it will disappear....
- Mittal Patel
http://www.MittalPatel.co.in
http://www.TriCoreITSolutions.com
whic css file?
I'm using Zen theme, which css file should I change for only the teaser to be affected?
Nevermind, I got it. Thanks
Nevermind, I got it. Thanks guys!