Tagged: categories, title, widget
OR can I make the clicking the title take me back to the home page with all categories shown
Hi
Please add below custom css code to hide the category title from the widget.
.widget_categories .widget-title { display: none; }
Thank you!