Home › Support Forums › Theme Support › Enlightenment › Category page title appearing twice › Reply To: Category page title appearing twice
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;
}