Hello,

I am trying to remove a line under a gallery title, earrings, that I created in views:

http://www.annabeejewelry.com/earrings

It is the same line that lays under a few of the headings, such as orders and history in my administration pages. I have looked in the style.css file and cannot find it.

For some reason the line does not show on the earrings page while I am logged in?

Any help would be great.

Thanks, B

Comments

bswonetz’s picture

If anyone is having the same problem, the line appears in /modules/system/system.css on line 29:

tbody {
  border-top: 1px solid #ccc;
}

I just deleted it and it is no more.

Filip VE’s picture

Thanks for taking the time to post the solution, I had been looking quite some time for the origin of that damned line :-)