Hello!
How can I exclude one category from the category widget in the pages sidebar?
I like the widget because it shows post counts, so I prefer not to use the custom menu option, is there a way to remove one category from those pulled?
Thanks in advance for any help you can give.
Hey Julie,
Please unselect the categories from the options by holding down the “Ctrl” or “Options” key and clicking on the category list as shown in the below image.
Best regards,
Vinay
Hey Vinay,
It’s not the post slider– it’s the category widget in the sidebar.
Links to screenshots are below.
Is there a way to hide one category from appearing in this widget?
Thanks!
Hi Julie,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
.sidebar #categories-3 .cat-item-4 {
display:none !important;
}
Best regards,
Rikard
Hey Rikard,
Perfect! This is exactly what I had in mind. :)
Many thanks!