• Resolved clixbits

    (@clixbits)


    Hi Tobias,
    I seem to be having the same problem a a few others.
    I can’t for the life of me remove the borders from one of my tables.
    the table is here, https://www.moneyman.com.au/wp/?page_id=108

    I’m using the following css:

    .wp-table-reloaded-id-4 tr, .wp-table-reloaded-id-4 th, .wp-table-reloaded-id-4 td {
    border: none!important;
    border-collapse: collapse!important;
    border-spacing: 0px!important;
    font-size: 13pt;
    text-align: left;
    }

    .wp-table-reloaded-id-4 .column-1 {
    width: 260px!important;
    }

    I’m embedding the table using the following: [table id=4 cellspacing=0 /]

    what am I doing wrong?
    thanks for any help.

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

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

    (@tobiasbg)

    Hi,

    thanks for your question.

    What you are seeing here is actually not a border, but the background color of the table (which you can imagine as a layer below the actual table cells). To remove it, please add the following to your “Custom CSS”:

    .wp-table-reloaded-id-4,
    .wp-table-reloaded-id-4 td {
      background-color: transparent !important;
    }

    Setting it to transparent also has the advantage that you can now see those lines from the background of the page. If you don’t want that, just use #ffffff instead of transparent.

    Best wishes,
    Tobias

    Thread Starter clixbits

    (@clixbits)

    cheers worked like a charm.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great, thanks for the confirmation!

    Best wishes,
    Tobias

    Hello i have the same problem with the “borders” but i cant get it work..

    Can you help me? I tried to put in the css in the “Custom CSS” but it wont work..

    I use the “view” in chrome and ID are:

    wp-table-reloaded-id-a-no-1

    and class are

    wp-table-reloaded wp-table-reloaded-id-1 hejhej,

    what should I write to change so that the frames disappear ?

    Thanks!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    have you tried the CSS that is suggested in the FAQ at https://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/faq/ ?

    If that does not work, please post the URL to the page with your table.

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Can't remove borders’ is closed to new replies.