Hide admin poster name in news postings.

Hide admin poster name in news postings.

by Sean Mohamed -
Number of replies: 1
Hello,

How can I hide the admin poster name when I post a new article on the frontpage? Please help.
Average of ratings: -
In reply to Sean Mohamed

Re: Hide admin poster name in news postings.

by Teresa Gibbison -
Hi Sean
You can try the following in your css code. This will hide all user images from site news posts although the sidebar will remain (you could alter the colours there if you like using #site-index .forumpost .left and working with the border colours etc). #site-index is the main Moodle page so this shouldn't affect other forums.

#site-index .forumpost .userpicture {
 display: none;
}
I hope this helps
Cheers
Teresa