Reply To: Category page title appearing twice

#21364
Olivier Rebiere
Participant

Well thank you Browsergirl !
This last modification works for me :

/*
Removing category titles and descriptions
*/

.category .page-title {
display: none;
}

.category .archive-description {
display: none;
}