Is there an easy way to delete the “category” heading from appearing above the blog section in my website? It appears the default is for it to say, “Category: Example Title” rather than just “Example Title.” It appears like this because it is a category-based link from my main menu.
Thanks.
hi Jordan,
To delete the “Categories” in the Blog page of the DW Simplex, You can log in to Dashboard > Theme > Custom Code then add the following code to the “Header Code”
<style>
.entry-utility-prep.entry-utility-prep-cat-links {
display: none;
}
</style>
Hope this helps !
I tried placing this code in both the custom code and custom css with no results. Here is a tangible example of what I am looking to change.
http://hopechurchpca.com/category/sermon-recordings/
I like the fact that it says “Sermon Recordings” at the top, but don’t want the prefix where it says “Category.” Is there any easy way to change this?
Hi Jordan !
To remove the Category Title in the DW Simplex. Please open the category.php file in the folder path “wp-content\themes\dw-simplex”. Find the line 13.
Thank you! Got it to work!
Please login or Register to submit your answer