• Hi there,
    can you help to understand why in my supystic table the first row has a grey background even though I didn’t set this value?
    Just in case can you please suggest me a css code to make it white, in order to fix the issue?
    Thank you for your support

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hello, @gamma42
    Thank you for contacting us regarding your question.
    Try use CSS style:

    #supsystic-table-12 {
    ? ? background-color: white !important;
    }

    Where 12 – Table ID

    Best regards,
    Ole

    • This reply was modified 4 years, 8 months ago by supsystic.
    Thread Starter marcello.brunaldi

    (@gamma42)

    Solved! It was a problem of woocommerce css

    .woocommerce table tbody th

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Css first row background’ is closed to new replies.