Can I remove the text "Category:" from a menu section?
- The topic ‘Can I remove the text "Category:" from a menu section?’ is closed to new replies.
Need help? Check out our Support site, then
When you click a menu item on our blog eg. COMMERCIAL, the header comes up showing
“Category: COMMERCIAL”
Is there a way to change this so it only reads
“COMMERCIAL”
?
Any advice would be welcomed!
Thank you…
The blog I need help with is: (visible only to logged in users)
Looks like this thread got overlooked by the theme developer, sorry about that.
I don’t think there’s a way to remove the word Category, since there is no element to target with CSS:
<h1 class="entry-title">Category: PUBLIC</h1>
If this is a common request, perhaps the theme developer might consider adding a span tag around the word so it could be hidden with some custom CSS, otherwise I can’t think of a way to hide that word.