Tagged: categories, title, widget
Hi I have enabled a categories widget in the sidebar of my website, however I want to delete the word categories from it, I can rename the title as something else but I cant leave it blank.
Please help
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!