Remove "category archive" on top of each category page
-
Hi everyone,
I’m looking for a way to not display “category archive: (followed by category name)” on top of each category page. Instead, I’d like to display only the category’s name. Seen from the live-demo-version of the theme I am using (Sight), this should be possible. I’ve tried a trick to set headline colour on invisible, but then only the category’s name is invisible, but not “category archive”. Does anyone have a hint for me?
Best
gcgThe blog I need help with is: (visible only to logged in users)
-
Hi,
Assuming you have the Custom Design upgrade, you can add the following custom CSS to hide the ‘category archive’ text:
body.category h1.page-title { font-size: 0; padding: 0 0 15px 30px; } body.category h1.page-title span { font-size: 18px; } -
-
- The topic ‘Remove "category archive" on top of each category page’ is closed to new replies.