dawn them / get rid of headlines

Hello everyone,

maybe it s an easy question, but I m struggling here.
When I create a page it needs to have a name.

The page name is always used as headline in dawn. but i want to get rid off it.
If this has to be done with CSS, let me honest with you guys. I have absolutley no idea how to do that.
thanks in advance and chears form austria

Otti

You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to remove the page title.

h1.main-page-title { display: none !important; }

thanks for your help.

but how exactly do I change this in CSS?
I

You can open base.css file and add that code at the bottom of the file.

wonderfull! it worked! Thanks a lot!