Front Page Topic Section

Front Page Topic Section

by Victor Santos -
Number of replies: 4
Hi there,

I would like to know if it's possible to Hide the TOPIC section on front page for users that didn't logged in.

Thanks.
Average of ratings: -
In reply to Victor Santos

Re: Front Page Topic Section

by Patrick Malley -
In reply to Patrick Malley

Re: Front Page Topic Section

by Victor Santos -
Hi.
Thanks for the reply, but which style sheet should I edit?

thank you
In reply to Victor Santos

Re: Front Page Topic Section

by Victor Santos -
I figured it out... this way:

.sitetopic img {
display:block;
}

body.notloggedin .sitetopic img {
display:none;
}

Now it doesn't show any kind of image when I'm logged out.