Blog categories on widget
-
I added the sidebar widget on the single post page, where the blog categories are displayed. However, I would like to control which categories appear there.
I’ve already set the posts to display only from two categories, but in the sidebar I still see three categories.
Is there an option to hide the categories I don’t need?
Attachments:
You must be
logged in to view attached files.
Hello,
Thanks for the details.
There isn’t an option in the theme to control or exclude specific blog categories in the sidebar categories widget. That widget displays all blog categories, so it won’t follow the category restriction you set for posts.
Kind Regards
Hi,
Can I hide it wit css?
Hello,
Yes, you can hide by using the custom CSS code with the specific class for the categories like I have hide one of them by using the below custom CSS code and you should paste the custom CSS code in the Theme Settings >> Custom CSS >> Global CSS section:
.elementor-widget-wd_sidebar li.cat-item.cat-item-20 {
display: none;
}
See the screenshot: https://ibb.co/kskxc8ZS
Best Regards.