Hide this border

  • Hi, how can i hide this border ?

  • Hi there,

    try this CSS:

    .woocommerce-Tabs-panel table {
        border-top: none;
    }
    .woocommerce-Tabs-panel table td:first-child {
        border-right: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.