• Resolved dullmau

    (@dullmau)


    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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…

    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;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove Widget title?’ is closed to new replies.