Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Jarek,

    thanks for your question.

    Please take a look at the FAQ page at http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/faq/, where you can find the necessary “Custom CSS” code to remove borders.

    Best wishes,
    Tobias

    Thread Starter jsiemins

    (@jsiemins)

    Tobias,

    here is my custom css:

    .wp-table-reloaded {
    width:auto;
    border:none;
    background:none;
    border-collapse: collapse!important;
    border-spacing: 0px!important;
    padding:none
    background-color: #ffffff!important;
    }

    but it didn’t work.
    I tried number of other options including specifing table number, but it didn’t help.

    Have a nice weekend,
    Jarek

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Jarek,

    you will probably need to remove the border from the actual cells, with something like this:

    .wp-table-reloaded td {
      border:none!important;
    }

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

    Regards,
    Tobias

    Thread Starter jsiemins

    (@jsiemins)

    Tobias,

    the problem was with table content, sorry for lingering.

    best regards,
    Jarek

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Jarek,

    that is good news, thank you for the heads up!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: WP-Table Reloaded] [Plugin: wp-table reloaded] how to remove table border with css’ is closed to new replies.