CATEGORY PAGES
-
I have a menu titled Categories and it has drop downs. How do I get the page to just show the drop down name instead of showing “Category: Drop Down Name”?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
From what I understand, it is not possible to use CSS alone to target the first word of a line, which seems to be what you’re trying to do.
The only alternative I can think of is to use CSS to remove the “Category: Drop Down Name” bit altogether. This should be effective at doing that that:
.postarea .headline.archive-title {
display: none;
}Sorry about this.
-
-
- The topic ‘CATEGORY PAGES’ is closed to new replies.