remove page title, date & author

Hi there,

already saw a lot of support questions about this one, but the CSS doesn’t work for me.
website is www.kaftwerk.com
I want the upper title, with date and author name removed of all pages.

Thanks in advance!

Does anyone have a response? I too am having the same problem. I managed to get rid of the author/date through CSS. but can’t get rid of the title.

(under the gallery tabs, you can see that there are two titles on each page).

Thanks a lot!

Hello,
You should try this in the custom css :
header.entry-header h1.entry-title {display: none;}
h2.post-title {display: none;}
div.entry-meta {display: none;}

Tnx! That worked!