Adelle Theme Remove Category Archives Txt
-
Yes,
I created a menu that uses categories for navigation but when I click on one of the links, I get ‘Category Archives’ at the top of the page and I’d like to get rid of that. Can someone help with a) how to modify the CSS on a WordPress.com hosted site and b) what the CSS modifications should be? Thank you in advance.
The blog I need help with is: (visible only to logged in users)
-
If you wish to get ride of that entire line (example: Category Archives: The Crew) than add the following CSS.
.archive .page-title { display: none; }If you wish to get rid of only Category Archives: and then keep the Category name (example: The Crew) then use the following instead.
.archive .page-title { visibility: hidden; } .archive .page-title span { visibility: visible; float: left; }
- The topic ‘Adelle Theme Remove Category Archives Txt’ is closed to new replies.