Table Border Style

When it’s time to customize table look for your site colors read this article. The instruction below will help you to set border color for your Data Table:

  1. Open table you need and elect CSS tab
  2. Insert the next code —

    #supsystic-table-1 *{
    border: 2px dotted blue;
    }

    where

    • 1 is id of the current table
    • Also your can specify the type of the border solid, dotted, dashed, groove, ridge, inset, outset
    • Clarify the exact color with hex code, like #d942f4
    • Change pixels value 1px or more
  3. Save changes to see the result

Table before changes

WordPress Tables Plugin

The example you can achieve:

WordPress Tables Plugin
Categories
Latest Articles