1. nzfinescale
  2. Commercial Templates
  3. Thursday, 05 June 2014
  4.  Subscribe via email
Is it possible to change the colours in category lists?

The white background (see attached) does work well with my light on dark colour scheme.

Lawrence
Accepted Answer Pending Moderation
0
Votes
Undo
That should be 'does not' work well!
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Lawrence

Would you have a URL to an example of your table?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Unfortunately I'm still on local host at present.

Lawrence
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Lawrence

Could you try adding the following to the Custom CSS field of your templates parameters where #222222 is your new even row background color....


tr.even, .cat-list-row0 {
background-color: #222222;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
That didn't work. However it gave me a pointer and I was able to work out this:

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
background-color: #220000
}
.table-striped tbody tr:nth-child(2n) td, .table-striped tbody tr:nth-child(2n) th {
background-color: #383838
}

Which works well for me.

Thanks B)

Lawrence
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Great! :)

Thank you for posting your solution!

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!