Remove “Category Archives” Text from WordPress Minamaze Pro Theme

Minamaze Pro Help

Minamaze is a great WordPress theme. But like all themes it still requires a tweak here or there. If you need to remove the words “Category Archives” when viewing a tag or category listing of your blog posts, paste this code into the Custom CSS area in the General Settings of your Minamaze theme options panel.

.archive h1.page-title span { display:none; }

This CSS trick only works with Minamaze Pro, not the free Minamaze version. I may write up a way to do it for the free version but it is more complicated than using just CSS. Certainly you can edit the theme code directly, or you could use JavaScript or jQuery as well, but these require many more steps.

If you like Minamaze but are ready to pull your hair out, drop us a note.