Hello,
I need to hide the title only on the frontpage, the other pages and posts should have the title.
I can hide all titles with
'#top .post-title {
display: none;
}'
but how can I arrange this only for the frontpage?
Many thanks in advance,
michi














