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.

    That’s because you have code in your “Custom CSS” that removes the bottom border from all links in tables:

    .tablepress a {
    	border-bottom: none !important;
    }

    You will have to remove that or override it again for the specific button CSS class.

    Regards,
    Tobias

    Thread Starter Insomnis

    (@insomnis)

    perfect.

    Thanks!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Button – border missing’ is closed to new replies.