• Resolved juliedion

    (@juliedion)


    Hi there!

    On our website, http://www.monethandbags.net/gifts, I have loved using tablepress. However, when I click on any of my png files on that page and then hit the back button to return to that page, a red outline appears around the image. I have inserted the standard code from the faq which has removed the regular border but these red borders keep popping up. I have tried inserting the #main and #content before the code as well with no luck.

    Any suggestions would be greatly appreciated.

    Julie

    https://ww.wp.xz.cn/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    What you are seeing there is technically not a border in the table cells, but an outline around the links on the page (thus, it’s actually unrelated to the table).
    Such an outline does serve a purpose for accessibility, i.e. it’s useful for people with eg. visual deficiencies.
    You can however try to remove it with “Custom CSS” like this:

    .tablepress a {
      outline: none !important;
    }

    Regards,
    Tobias

    Thread Starter juliedion

    (@juliedion)

    That worked!!!!

    Thank you soo much!

    Julie

    Plugin Author Tobias Bäthge

    (@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 ‘Red border removal?’ is closed to new replies.