Hello,
how can I remove / delete the category, uncategorized, archive and author pages / titles in my blog, so that they would not appear on my blog? The main problem is, that I would like to remove / delete all those pages with boxes and titles like author, category, archive, uncategorized (pages with little value). I use the theme Confit.
The pages is want to hide/delete are for example these:
http://marimakiranta.net/category/uncategorized/
http://marimakiranta.net/author/mmakiran/
I tried this CSS-code to move the box "category" from the page but I couldn't.
.category .page-title {
visibility: hidden;
}
.category .page-title span {
float: left;
visibility: visible;
}
Thank you in advance!
The blog I need help with is marimakiranta.net.