Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #263453

    what css would I use to hide the titles to widgets sitewide?

    #263459

    remove:
    .widgettitle{ display:none; }

    hide (still takes space):
    .widgettitle{ visibility:hidden; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘hide widget title’ is closed to new replies.