How to delete 'uncategorized' text under post titles
-
Hi there team,
I’ve just set up a blog using the Twenty Thirteen theme, have purchased the custom design CSS access – I’m just wondering how to hide the ‘uncategorized’ text and affiliated folder image under the post title?
I’ve managed to get rid of the date in the following fashion:
.column-content {
position: relative;
}.entry-meta .date {
display: none;
}But I don’t know the CSS to remove the category. Any help would be much appreciated!
The URL is http://throwdownwords.com/ if it helps.
Cheers.
The blog I need help with is: (visible only to logged in users)
-
-
I’m not using the categories widget – but WordPress automatically assigns a category and displays it under each post title.
-
Uncategorized is a default category that we can replace with another category of our own creation http://en.support.wordpress.com/posts/categories/#setting-the-default-category That said, you are looking for a CSS editing solution and I don’t help with CSS editing. Please be patient while waiting for a Volunteer with CSS skills or Staff assist you.
-
-
-
After a lot of frustrating Googling, this code has worked for me:
.entry-header .entry-meta {
display: none;
}(Previously I was using similar code but without the ‘header’ specification, so it was deleting the comment box also.)
All good now. S
- The topic ‘How to delete 'uncategorized' text under post titles’ is closed to new replies.