Commenting Out Category Archive Text in Blog Header
-
Can I use CSS to get rid of the “Category Arcive:” text in the header of my WordPress.com blogs?
The blog I need help with is: (visible only to logged in users)
-
Here’s one possible solution. Try adding it to your Appearance → Custom Design → CSS editor:
.page-title { visibility: hidden; margin-top: -34px;; } .page-title span { visibility: visible; float: left; } .taxonomy-description { clear: both; }
- The topic ‘Commenting Out Category Archive Text in Blog Header’ is closed to new replies.