remove archive category from category title
-
I need help removing the “archive category: …..” Text from the category titles when I click a category in my main menu.
Look at my site menu categories on http://www.trainforgame.com and let me know how to get rid of that big text saying “ARCHIVE CATEGORY:” when you click “Climb the Ladder” ,for example.
The blog I need help with is: (visible only to logged in users)
-
I made it
display: none;
but it removes the whole line and I still do want to see my category title, just not the “ARCHIVE CATEGORY:” that comes before it. -
Hi. You can try using the following code:
body.category .archive-title { visibility: hidden; } body.category .archive-title span { visibility: visible; left: -218px; position: relative; }
- The topic ‘remove archive category from category title’ is closed to new replies.