Sentence in categories
-
Hi,
I have a struggle when I’m setting up a categories. There is a sentence appear in the categories and it said that ‘ the posts in this category…’. I want to delete it but I don’t know how to do that. Thank you so much.
Best regards -
Hi there!
You may not be able to remove that without some custom CSS code (available in plan Premium) but, could you add a screenshot of where exactly do you see that? You can use an online tool for that (such as https://snipboard.io/), or follow the instructions described here:
https://en.support.wordpress.com/make-a-screenshot/. -
Hi,
Thank you so much for replying my answer. The sentence is in Vietnamese but I have framed it into the blue rectangle in the picture. The content of this sentence is ” the posts in this category…”. Here is the link of my screenshot. Thank you for your helping.
Best regards.
https://drive.google.com/file/d/1OfNGNVZcsDOMNGm3PM68SQwLGY-xAYCc/view?usp=sharing -
OK, so it’s similar to this, correct?
https://heverdemo.wordpress.com/category/travel/There’s no way to remove that on a free site.
But with CSS (available in Premium) you could hide the whole section including the category name.
.category h1.page-title { display: none; }If you need to hide the first part and not the second part, maybe this, though you might remove it if there’s any impact on your site visits and what not:
.category h1.page-title { font-size: 0; } .category h1.page-title span { font-size: 48px; } -
-
- The topic ‘Sentence in categories’ is closed to new replies.