Forums

Question Re "Black with Orange" theme (2 posts)

  1. lewisday
    Member
    Posted 4 months ago #

    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.

  2. doume
    Member
    Posted 2 months ago #

    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).

Reply

You must log in to post.

About this Topic