• Resolved DecoDean

    (@decodean)


    Hello,

    I am using Table Press on a WordPress 4.4.2 site that has a black background.

    I have read and tried various CSS ideas posted in the wordpress.org support forum but I still get a shadow around my table and/or lines around my table cells.

    Here is a screen shot that shows this:
    http://prntscr.com/ax3o3n

    Here is my CSS which I put under PLUGIN OPTIONS:

    .tablepress {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    }

    Any ideas?

    Thank you!
    -Dean

    https://wordpress.org/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? A screenshot is not enough for this. Thanks!

    Regards,
    Tobias

    Thread Starter DecoDean

    (@decodean)

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks! What you are seeing there is actually a border and not a shadow. To remove it, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress,
    .tablepress tr,
    .tablepress tbody td,
    .tablepress thead th,
    .tablepress tfoot th {
    	border: none !important;
    }

    Regards,
    Tobias

    Thread Starter DecoDean

    (@decodean)

    Tobias. We are getting close. I copied the code into the Custom CSS text area, saved it, and here is what it looks like now:
    http://prntscr.com/axpujs

    Thank you for your responses.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    this is a box shadow now, so just add the CSS that you previously had as well 🙂

    Regards,
    Tobias

    Thread Starter DecoDean

    (@decodean)

    Perfect! Thank you!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    Hello TobiasBg — I’ve got a border I can’t get rid of also. I’ve used your CSS and it removes the lines between rows but I still always have a very thin rule around the table. Can you help? It drives me nuts. Example here: https://embodyart.com/contact

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can't get rid of lines in and around tables’ is closed to new replies.