How to remove alternate line shading effect in tables

Viewing 2 posts - 1 through 2 (of 2 total)
  • #16577
    brianalex
    Participant

    I would like to make a box that looks like an Amazon add to order box, but pinboard makes alternate shaded lines?

    #16584
    Daniel Tara
    Keymaster

    Add this to your custom styles:

    table tr:nth-child(even) {
    	background: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.