• Resolved woofthewoof

    (@woofthewoof)


    Hi.

    Great plugin -TablePress –

    I need some assistance to target the little grey lines per row- I wish to make them them all the same color of the font- but cant target them by CSS. I have tried everything and still cant do it. Please would you be able to assist. I tried bottom-border but its not working.

    Thank you.

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

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

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    To remove that bottom border below the table in your link, you could add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:

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

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Bottom border color per row’ is closed to new replies.