Tagged: table
I am going crazy over this one; I have a table in the footer of a page that I am working on. Using firebug I try to localize all the CSS classes and stules to remove alternating backgrounds and borders but it is for sure tricky, for some reason.
I manage to change the text size and color; background color of the alternating tr, but for some reason I can’t get the borders to disappear.
This is a topic that has many threads, but I can’t seem to find a solution to it anyways.
Site is found here, it is the table in the Footer1 that I want to fix, http://macsupportedu.wpengine.com/ (hosted on WPengine)
Hi ThomasNorden!
Thank you for using Enfold.
You can use this:
.table.footerTabell tr:first-child th, .table.footerTabell tr:first-child td, tr th:first-child, .table.footerTabell tr td:first-child, .table.footerTabell td {
border: none;
}
Best regards,
Ismael
Nope, didn’t work. There are still dark grey borders.
/T