Need to Remove Border Line:

Hi

I am working with a wordpress site and I want to remove the horizontal gray line (see attached).
Can’t seem to find where this is in the style.css file.

Thanks

:slight_smile:

Hi, kath,

The CSS that you’ve attached doesn’t reveal which HTML elements are supporting/surrounding that image. We need to see the HTML together with the CSS to determine how they work together. A link to your site would be most helpful.

Hi

Here is the link:
http://ectpro.co/drain/

style.css Line 528:


#branding {
    [color=red]border-top: 2px solid #bbb;[/color]
    padding-bottom: 10px;
    position: relative;
    z-index: 9999;
}

The above RED code is creating the gray line. You can delete the border or change its color to fix the problem. :slight_smile: