• Resolved Kelyn44

    (@kelyn44)


    Hi,
    Thank you so much for this great plugin and for your support.
    I’m having troubles to remove the grey borders around my images (looks like a shadow and gets stronger when the mouse hover it).
    I’ve found a similar topic and tried to add the following code to the “Custom CSS” textarea on the “Plugin Options” screen of tablepress:
    .tablepress img {
    border: none;
    }
    And also this one :
    #content .tablepress img {
    border: none;
    }
    But the border is still there… Here is the link of the table : http://www.bcd-cadeau.fr/regles-jeux/

    Have you got any idea to remove it?
    Thank you again and I hope my english isn’t too bad 🙂
    Céline

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

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

    (@tobiasbg)

    Hi Céline,

    thanks for your post, and sorry for the trouble.

    What you are seeing there is technically not a border, but a shadow. To remove that from all images in tables, please try this “Custom CSS”:

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

    Regards,
    Tobias

    Thread Starter Kelyn44

    (@kelyn44)

    Hi Tobias!

    Thank you very much for your help!
    It works perfectly!

    Have a nice day! You made mine 🙂

    Best regards,
    Céline

    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!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove border of the images in cells’ is closed to new replies.