Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #221378

    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/

    #221497

    Hi anab!

    You can use this to highlight the very top rows:

    .avia-table tbody > .avia-heading-row {
    background: red;
    }

    Best regards,
    Ismael

    #221501
    This reply has been marked as private.
    #221503
    This reply has been marked as private.
    #221506

    Hi!

    Please use this:

    .avia-table tbody > tr.avia-heading-row th:nth-child(odd) {
    background: blue;
    }

    Cheers!
    Ismael

    #221507
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Center text in TABLE / Grid as well as highlight top column’ is closed to new replies.