Search for: Search How to remove alternate line shading effect in tables Viewing 2 posts - 1 through 2 (of 2 total) October 3, 2013 at 9:24 pm October 3, 2013 #16577 brianalexParticipant I would like to make a box that looks like an Amazon add to order box, but pinboard makes alternate shaded lines? October 4, 2013 at 3:41 am October 4, 2013 #16584 Daniel TaraKeymaster 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.