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

    hello

    i would like alternate background color in my Table how can i do that please ?

    take care

    #1208477

    my needs it’s to have vertically alternate background color line ! in each table

    i hope im clair, sorry i’m french

    #1208478

    And sorry i want my first row with a different color of the 2 other :) …

    like
    first row : red
    second pink
    third white
    fourth : pink
    fifth : white

    etc…

    • This reply was modified 4 years, 6 months ago by mediafacto.
    #1209164

    Hi mediafacto,

    Try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .pricing-table > li:nth-child(even) {
        background-color: pink;
    }
    
    #top .pricing-table > li:nth-child(odd) {
        background-color: white;
    }
    
    #top .pricing-table > li.avia-heading-row {
        background-color: red;
    }

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.