If you want hide category title in wordpress, this is simply way to doit.
In Appearance > customize > Addiditional CSS add this code :.category .page-header h1 { display: none; }
Done, you will get the change.
7 sec read
If you want hide category title in wordpress, this is simply way to doit.
In Appearance > customize > Addiditional CSS add this code :.category .page-header h1 { display: none; }
Done, you will get the change.