GeneratePress: How to disable blog post titles globally with simple CSS

In this video, I will show you how to disable blog post titles globally with simple CSS.

Code for this tutorial:

.single .entry-header {
display:none;
}

 

Resources used:

You may also like to read one of these too: