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

https://www.youtube.com/watch?v=YxUgm021BP0

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:

Similar Posts