• I am using the “Black with Orange” theme by ugeside to build a new site (theme: http://wordpress.org/extend/themes/black-with-orange

    I am new to WordPress and building websites etc, so please excuse my ignorance. Does anyone know how to switch off the line that appears under the H2 text in this theme? I believe a graphic is used to produce the line. I have tried editing the style.css, but I don’t seem to be able to get rid of it?

    Any advice would be much appreciated.

Viewing 1 replies (of 1 total)
  • To remove the grey & orange line under the H2 text (big-line.gif in the images folder):
    . Edit style.css
    . Line 45: h2 {margin: 1em 0; padding-bottom: 5px; background: url(“images/big-line.gif”) 0 bottom no-repeat; font: normal 1.667em “MuseoSans”,sans-serif;}
    . Remove background: url(“images/big-line.gif”) 0 bottom no-repeat;

    Same process to remove it from H1 text (line 44) and Sidebar H3 text (line 125).

Viewing 1 replies (of 1 total)

The topic ‘Question Re "Black with Orange" theme’ is closed to new replies.