Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1351114

    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.

    #1351169

    added tags

    #1351178

    Hi,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Table background color’ is closed to new replies.