Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Would you like to let me give it a try.

    There is a text-shadow definition in your main style.css. So for the TablePress to render correct, you can use the following css rules to override that in the main css:

    .tablepress th, .tablepress td {
        text-shadow: none;
        color: black;
    }

    Just put this snippet into your Dashboard -> TablePress -> Options -> Custom CSS, and make it enabled. That should resolve your problem.

    Thread Starter Mike Hardley

    (@mike-hardley)

    Hello

    Thanks for your help.. But, I would like to give it ago myself else I will never learn ??

    The main style.css you mention, is that in the wp-content/plugins/tablepress/css/ ?

    Thread Starter Mike Hardley

    (@mike-hardley)

    Its ok Sussed it .. Yayy !!!!! it works

    Thanks very much for your help ??

    ?? Yeah, I’d love to hear you want to do it yourself.

    The main style.css is refered to the style of your WordPress theme.

    Seems that you’ve done it already. Congrats!

    My Pleasure. Happy to know I’m helpful ??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    As Haoxian mentioned, that text shadow comes from your theme (and not TablePress). However, it’s indeed very easy to remove the shadow in tables, and the “Custom CSS” code that he posted is perfect for that ??
    So, great 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 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing the Font used in TablePress’ is closed to new replies.