Perhaps like this - wrap it in a div, i.e. logged_in_content
and hide it from users who are not logged in:
html.anon div#logged_in_content {
display: none;
}
as mentioned by @Falco:
Perhaps like this - wrap it in a div, i.e. logged_in_content
and hide it from users who are not logged in:
html.anon div#logged_in_content {
display: none;
}
as mentioned by @Falco: