Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter xxtIyxCY

    (@varna_city)

    Maybe it will be better to just set white color to the frame, but I do not know how.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    what you are seeing is actually a mixture. You are seeing the background of the original table, and you are seeing a background image in your cells, added by your theme.

    To remove everything, please add this “Custom CSS”:

    .wp-table-reloaded {
      background-color: #ffffff!important;
    }
    .wp-table-reloaded td {
      background: none!important;
    }

    Best wishes,
    Tobias

    Thread Starter xxtIyxCY

    (@varna_city)

    Thank you a lot, you are great!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are welcome! 🙂

    Regards,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] Can't remove border’ is closed to new replies.