Forums

[resolved] remove Widget title? (3 posts)

  1. 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!

  2. Mark / t31os
    Moderator
    Posted 2 years ago #

    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...

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

Topic Closed

This topic has been closed to new replies.

About this Topic