Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1359796

    Hi, how do I set the color for even and odd rows
    It is the background color and not the text color I need to change ;)
    Alan ;)

    #1359798

    That is the background color and not the text color I need to change ;)

    #1359824

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .main_color tr:nth-child(odd) {
      background-color: red;
    }
    
    .main_color tr:nth-child(even) {
      background-color: yellow;
    }

    Best regards,
    Rikard

    #1359859

    Great thank you.
    Alan ;)

    #1359889

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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