• Resolved beho83

    (@beho83)


    Hello,

    I would like to remove the horizontal lines between all rows in all tables. I checked you FAQ’s and found that these Custom CSS codes should help, but it still doesn’t work:

    .tablepress,
    .tablepress tr,
    .tablepress tbody td,
    .tablepress thead th,
    .tablepress tfoot th {
    border: none;
    }

    or, for ID #3:

    .tablepress-id-3,
    .tablepress-id-3 tr,
    .tablepress-id-3 tbody td,
    .tablepress-id-3 thead th,
    .tablepress-id-3 tfoot th {
    border: none;
    }

    Thanks for your help!

    Benjamin

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

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.

    The reason for this seems to be that your site (or rather your theme) has turned off the loading of the TablePress CSS files.
    You will therefore have to place this CSS in the theme’s “Custom CSS” section and not into the TablePress “Custom CSS” text field.

    Regards,
    Tobias

    Thread Starter beho83

    (@beho83)

    Thanks a lot, that helped!

    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 ‘Removing horizontal lines’ is closed to new replies.