Hide the "Category Archives:" caption on title-header
-
Hi everyone,
Just a small question: How could I delete (or make invisible) the phrase “Category Archives:” on title-header?
Thanks in advance,
ChrestosThe blog I need help with is: (visible only to logged in users)
-
Just a small question: How could I delete (or make invisible) the phrase “Category Archives:” on title-header?
Give this a try:
.category .title-header { visibility: hidden; } .category .title-header span { visibility: visible; float: left; } -
- The topic ‘Hide the "Category Archives:" caption on title-header’ is closed to new replies.