When I click on a category on my blog, example category "Inspiration" it is a text on the top of all post that says "Archive for Inspiration". How do I change the text "Archive for Inspiration". And how do I delete that text?
Change the text when you click on a category
2 posts from 2 voices-
Posted 7 months ago #
-
Hi sarastenberg,
If you want to just remove it, you can add the following to the bottom of your style.css file:
#top.archive.category .superheading { display: none; }To modify it, you'll need to open archive.php in your theme files. For each of the various archive types at the top of that file you can change the "Archive for "text.
Regards,
Devin
Posted 7 months ago #
Reply
You must log in to post.














