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
![]()
| SitePoint Sponsor |
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
![]()

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:
The above RED code is creating the gray line. You can delete the border or change its color to fix the problem.Code:#branding { border-top: 2px solid #bbb; padding-bottom: 10px; position: relative; z-index: 9999; }![]()
Bookmarks