inherit
257085
0
Dec 9, 2018 4:40:47 GMT -8
leggie
1
December 2018
leggie
|
Post by leggie on Dec 3, 2018 7:57:20 GMT -8
I've got the Ze Modern Time skin on and I've been editing it to my hearts content but, there's one thing I can't quite crack I want to have alternating board colors. the home page having board-1, board-2 ect.
I used uhhh.. table.list > table > tr:nth-child(even) { background-color: #3f3f3f; }
But that doesn't do it unfortunately. I assume it's to do with content-cap bottom or another div where it's inheriting it from but I can't quite crack it
Can someone smarter than me help me figure it out? Cheers.
|
|
JD
Full Member
Posts: 771
inherit
180643
0
Sept 27, 2024 15:01:41 GMT -8
JD
771
June 2012
obsidian92
|
Post by JD on Dec 22, 2018 8:57:28 GMT -8
I don't know nth-child coding so this might be entirely the long way around... but I would put in an if function in your board template, stating that each alternative board on the main page has a specific bgcolor right there in the background div... but this would not automatically update when you added more boards you would have to ad more code each time...
I know 100% that this would work, its just whether you want to do it that way or not.... >.<"
|
|