Remove one category from widget "Category"

Hi,

is it possible to remove one category from widget in my sidebar on homepage which shows all the categories from my website?

Thank you.

www.motivimi.cz

Hey there,
I hope you’re doing well today

Hey there, this is possible with some CSS can you tell me which category you would like to hide?

Best Regards,
Support

I would like to hide category “motivimi”, because there is only one post which is in slider.

Thank you!!!

Hello there,

You can use the following CSS code to remove the category by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove Category*/
li.cat-item.cat-item-19 {
    display: none;
}

Best Regards,
Support