• Hi guys,
    I want to apply an underline to the sidebar h2 with my widgetized theme. The line should not just underline the word, but instead stretch the width of the column (I’m sure you’ve seen this before).

    A simple CSS underline does not do the trick but I can’t figure out where the H2s are generated for the sidebar either. Any ideas?

Viewing 1 replies (of 1 total)
  • I believe all you have to do for this is set
    border-bottom: 1px solid #000000;
    in your css file for the h2 in the sidebar.

Viewing 1 replies (of 1 total)
  • The topic ‘Lines under Sidebar H2’ is closed to new replies.