Support » Plugin: TablePress » Remove random blue bars at top/bottom of images

  • Resolved shukero

    (@shukero)


    Hello all,

    I’m using the “insert image” option within the tablepress UI in order to add some icons / images of people in our non-profit org. The issue I’ve come across is; for some reason, tablepress is adding skinny dark blue lines across the top and bottom of my images that I insert into the table. Do I need to add some type of CSS in order to not have these show up?

    Thanks,

    Mike

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    These borders are actually added by your theme, and not TablePress. To remove them, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress img {
        border: none !important;
    }

    Regards,
    Tobias

    Thread Starter shukero

    (@shukero)

    Thank you very much! Sorry that I thought it was the plugin, I really appreciate your help on this.

    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)
  • You must be logged in to reply to this topic.