Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Joe,

    as it seems, you have actually added that border to the tables on purpose (or maybe your theme is doing it without your knowledge). Anyway, there are specific CSS instructions to style a WP-Table Reloaded table in your theme’s CSS (I don’t know which file though as everything is going through a gzip.php plugin).

    So, if you want/need to keep that CSS there (as it applies to all tables of WP-Table Reloaded), you will need more specific “Custom CSS” to remove it:

    .wp-table-reloaded-id-7 td.column-1 {
      border: none!important;
    }

    Best wishes,
    Tobias

    Thread Starter shawjoej

    (@shawjoejgmailcom)

    Thanks. Your solution works.

    TobiasBg

    (@tobiasbg)

    Hi,

    great to hear that! Thanks for the confirmation!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Removal of far left border, WP Table Reloaded’ is closed to new replies.