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;
}
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;
}