• Resolved flashsg

    (@flashsg)


    Hi Tobias,

    I’ve looked through your FAQ however my problem is still occurring with borders. I do not want any borders.

    I’ve place the code that you suggested in plug in option Custom CSS text area:
    .wp-table-reloaded, .wp-table-reloaded, .wp-table-reloaded th {
    border: none!important;
    border-collapse: collapse!important;
    border-spacing: 0px!important;
    }

    I also tried adding the cellspacing parameter in the actual post with table shortcode.
    [table id=4 cellspacing=”0″ /]

    A thin black border is still showing up.

    Any other suggestions to get ride of the borders completely for all tables?

    Thanks
    Spencer

    https://www.ads-software.com/extend/plugins/wp-table-reloaded/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi Spencer,

    thanks for your post.

    There is a td missing in your code.
    Please try changing the first line to

    .wp-table-reloaded, .wp-table-reloaded td, .wp-table-reloaded th {

    Best wishes,
    Tobias

    Thread Starter flashsg

    (@flashsg)

    Thanks Tobias.

    Sometimes a 2nd pair of eyes gives a fresh look.

    Thanks for your time.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are welcome! ??

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Removing Borders’ is closed to new replies.