/* Verberg titelveld in Gutenberg editor */
.edit-post-visual-editor__post-title-wrapper {
    display: none !important;
}


For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


