Hi it looks I can do one or the other but not both ??? can I pad each column so text is centered and header color highlighted?
Look at PRICE TABLE LOT # http://elmiradorcr.com/pages/lots-for-sale/
Hi anab!
You can use this to highlight the very top rows:
.avia-table tbody > .avia-heading-row {
background: red;
}
Best regards,
Ismael
Hi!
Please use this:
.avia-table tbody > tr.avia-heading-row th:nth-child(odd) {
background: blue;
}
Cheers!
Ismael