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

    Hi there,

    Is there a simple way to define the color row instead of “every second”?

    Best regards

    #751365

    Hey Zest,

    Try to add this css code in QUick CSS (located in Enfold > General Styling):

    .postid-9118 .avia-table tr:nth-child(odd) {
        background: #fff;
    }
    
    .postid-9118 .avia-table tr:nth-child(2), 
    .postid-9118 .avia-table tr:nth-child(5), 
    .postid-9118 .avia-table tr:nth-child(8), 
    .postid-9118 .avia-table tr:nth-child(12), 
    .postid-9118 .avia-table tr:nth-child(15), 
    .postid-9118 .avia-table tr:nth-child(18), 
    .postid-9118 .avia-table tr:nth-child(21) {
        background: #fcfcfc;
    }

    Just adjust the background color as you see fit. Hope this helps. :)

    Best regards,
    Nikko

    #807618

    Hey Zest,
    I just tried this for my site and it didn’t work. Am I missing something?

    Thank you for any help you can give.

    #807820

    Hi @ShopFloorAutomations,

    Please post a link to your site and let us know what you would like to achieve and what is not working out for you.

    Best regards,
    Rikard

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