• Resolved jbuenger

    (@jbuenger)


    Hi, how can I change the grey color of the grid inside the tables?

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

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Unfortunately, your link is not working for me, but changing the color of the borders is possible using some CSS like

    .tablepress thead th,
    .tablepress tbody td {
      border-color: #ff0000 !important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘changing color of grid’ is closed to new replies.