Remove table lines

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat May 24, 2014 6:12 pm
Reply with quote
Report this post
Hello,
I would like to remove the lines below each row in my table. I have tried using Firebug to find the css for the table, but have had no luck.

See here: http://outlawwomenco.com/index.php/contact-us

Can anyone tell me what I should enter into my override.css in order to remove the lines?
User avatar
Fresh Boarder

GK User
Sat May 24, 2014 6:52 pm
Reply with quote
Report this post
Hello,
Code: Select all
#gkContent.gkContentTopBorder, #gkContent.gkContentNoSidebar {
    border-top: 0 none;
}

Code: Select all
.contact h3 { border-top: 0 none; }

and
Code: Select all
tbody tr td { border-bottom: 0 none;}


p.s.
Next time Who you gonna call?
Me or Ghostbusters

If you need custom jobs use PM.
User avatar
Platinum Boarder


cron