Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #162321

    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

    #162653

    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

    #163065

    you guys, are amazing.

    #163271

    Hey,

    Glad it worked. :)

    Cheers,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Pricing table: Different colors on each collumn header’ is closed to new replies.