Home Forums WoodMart support forum Blog categories on widget

Blog categories on widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #713819

    agentiaclickclick
    Participant

    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.
    #713844

    Artem Temos
    Keymaster
    Xtemos team

    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

    #714083

    agentiaclickclick
    Participant

    Hi,

    Can I hide it wit css?

    #714123

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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.

Viewing 4 posts - 1 through 4 (of 4 total)