• Resolved gravitywriter

    (@gravitywriter)


    Although I have unchecked the alternate row background color, it is putting in an alternating gray background. I just want white behind everything. Is there a CSS I can add to get rid of the alternating background gray?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is then caused by your theme, which also adds such an effect to tables. Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter gravitywriter

    (@gravitywriter)

    Sorry – I had to get the site out of maintenance mode. It’s not live yet.
    https://sageandshadow.com/choose-your-path/

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the link! Indeed, your theme is adding CSS to add this effect. To again override this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress tr {
    	background-color: #ffffff !important;
    }

    Regards,
    Tobias

    Thread Starter gravitywriter

    (@gravitywriter)

    That’s perfect. Now how do I remove the lines (horizontal) between rows? Sorry, should have asked earlier.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    for this, please also add

    .tablepress tbody td {
    	border: none!important;
    }

    Regards,
    Tobias

    Thread Starter gravitywriter

    (@gravitywriter)

    Perfect. Thank you.

    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 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Alternating row background’ is closed to new replies.