Archived topic
Removing Categories Widget title
1 reply · Started by Admin on August 25, 2018
I can change the title from Categories to whatever I choose, but what I really want is to reclaim the space used by the title. I.E. Instead of showing "Categories" as a title in the widget and then a dropdown saying "Select Category" I would like to only show the dropdown saying "Select Category". That would give me some much needed space on the crowded sidebar.
Hi there,
Try this CSS:
#categories-2 .widget-title {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)