• I really like the look and functionality of the theme Live Wire. I would like to take “recent posts” “recent comments” and “meta” out of the header and make it less tall. I’d put that stuff in the footer instead. Is it possible to do without getting into the code?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can put this in your Custom CSS:

    #sidebar-header .widget {
        display:none;
    }

    This will remove “recent posts”, “recent comments” and “meta” and make your header’s width smaller.

    Theme Author Sami Keijonen

    (@samikeijonen)

    Or you can take widgets of from header sidebar.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Some things I'd like to change about the header.’ is closed to new replies.