• I’m trying to remove the title bar/header in several sidebar widgets. Is there any code I can put in the title field to remove the title bar/header altogether? Also, is there a way to remove/control the dotted lines that separate sidebar widgets?

Viewing 3 replies - 16 through 18 (of 18 total)
  • haha, yeah, it sure was!

    .widget_recent_entries .widgettitle {
    display: none;
    }
    i replaced ‘recent_entries’ with ‘links’ it works great!

    however i have more than 2 link sets, each with there own title area. what CSS could i use to only removes the widget title for a specific link set?

    thanks

    aptdesignonline

    (@aptdesignonline)

    Wow. Great fix Otto. That helps a ton.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Sidebar widgets – how do I remove title bar/header’ is closed to new replies.