Remove thin line between table rows

Homepage Community Forums General Remove thin line between table rows

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22219
    tmccrea
    Customer

      When I use table, I get a thin line between each row. I am using Legacy, but it shows on all themes. See the dropbox link.

      /* ## Tables
      ——————————————— */

      table {
      border-collapse: collapse;
      border-spacing: 0;
      line-height: 2;
      margin-bottom: 40px;
      width: 100%;
      }

      tbody {
      border-bottom: 1px solid #ddd;
      }

      td,
      th {
      text-align: left;
      }

      td {
      border-top: 1px solid #ddd;
      padding: 6px 0;
      }

      th {
      font-weight: 300;
      }

      https://www.dropbox.com/s/tzm7o67otdypaeq/Screenshot%202017-12-18%2017.04.27.png?dl=0

      #22225
      Wes
      Moderator

        Is it possible to post a link so I can take a look? I can see exactly where it’s coming from if I can view and inspect it live.

        You can post it here Privately if you need to. Just check the box that says “Set as Private Reply” below.

        I’m sure I can get this figured out pretty quickly, just need to take a closer look.

        #22232
        tmccrea
        Customer
          #22254
          Wes
          Moderator
            This reply has been marked as private.
          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.