dullmau
Member
Posted 2 years ago #
Hi,
i'm trying to remove the title of a particular widget. When i checked the source file of the plugin, there's apparently not relevant code, and sidebar.php also have no code for this too.
Do you know where the title of widget is controlled?
Thanks a lot!
The widgets section in the admin...
Easiest way to get rid of the title is to just enter a single blank space as the title...
rotarjen
Member
Posted 1 year ago #
Some widgets, such as "Links" doesn't have an editable title. In this case, you can alter your CSS to hide the title you don't want. For example:
.widget_links h2
{display:none;}