• Ive replaced the headers in my sidebar with graphics.But have a problem with the white box which you see underneath the text graphics.

    Could some one point out to me where exactly this is in style.css.I would like to remove them or change the color

    http://alexandersvideos.com/

    thanks,

    Doc

Viewing 2 replies - 1 through 2 (of 2 total)
  • #sidebar h2 {
    display: block;
    background: #FFFFFF;
    border: 0px solid #FFFFFF;
    -moz-border-radius:5px;
    padding: 3px 2px 3px 3px;
    margin: 0 0 6px 0;
    color: #93425A;
    font-family: Verdana, Sans-Serif;
    font-size: 1.0em;
    text-transform: uppercase;
    font-weight: lighter;
    }

    Get rid of the -moz-border-radius:5px; and background: #FFFFFF;

    Thread Starter doctorbean

    (@doctorbean)

    excellent thanks techwench

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Another Sidebar Question’ is closed to new replies.