Tagged: help, table, table background color
How do I change background color of table?
Trying for honeydew. #eff8ee#fffhoneydew
have tried the following
/* font size */
.pricing-table>li {
font-size: 14px;
color: #f2f2f0 !important;
background: #f2f2f0 !important;
}
/* Pricing rows */
#top .pricing-table li.avia-pricing-row {
background-color: #00aeff !important;
/* color: #ffffff; */
border: none;
}
Also , how do I add same color for columns NOT in table.
added tags