• Resolved robertwein

    (@robertwein)


    I’ve modified the options page, and thought that I’d stated that this table shouldn’t get any borders – but it’s on the top. This is the code – what did I mess up? Thank you!

    .tablepress-id-40,
    .tablepress-id-40 tbody td,
    .tablepress-id-40 tbody th,
    .tablepress-id-40 th {
    border: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    }

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Please extend this to

    .tablepress-id-40,
    .tablepress-id-40 tr,
    .tablepress-id-40 tbody td,
    .tablepress-id-40 tbody th,
    .tablepress-id-40 th {
      border: none !important;
      border-top: none !important;
      border-left: none !important;
      border-right: none !important;
      border-bottom: none !important;
    }

    Regards,
    Tobias

    Thread Starter robertwein

    (@robertwein)

    Aha, I see – I didn’t include this line – thank you!

    .tablepress-id-40 tr,

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Border’ is closed to new replies.