I want to make the first header row tables different colors to differentiate between pricing packages. Is this possible?
http://apartmenaut.com/services/
I want to turn the blue cells into different colors.
thanks,
Chad
Hey,
You can use this:
.main_color #table_1 .pricing-table li.avia-heading-row {
background: pink;
border-color: blue;
color: violet;
}
.main_color #table_2 .pricing-table li.avia-heading-row {
background: red;
border-color: blue;
color: violet;
}
.main_color #table_3 .pricing-table li.avia-heading-row {
background: black;
border-color: blue;
color: violet;
}
#table_1, #table_2, #table_3 are the id for each headings.
Regards,
Ismael
you guys, are amazing.