Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #336417

    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)

    #336591

    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

    #336728

    Nope, didn’t work. There are still dark grey borders.

    /T

    #336752

    Hey!

    Please try adding following code to Quick CSS

    #footer td {
    border: none!important;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.