Generatepress: How to easily hide a specific category title with simple CSS

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

In this video, I will show you how to easily hide a specific category title with simple CSS.

Code for this tutorial:

.category-X .page-header {
display: none;
}

 

Resources used:

Similar Posts