Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #179980

    hi there

    we are building a page with a table in it.
    when i upload the page i see every line is in another color(once white once grey)
    how can i change the colors of the table-rows,lines and borders?

    thank you in advance
    indiatravelz

    #180170

    Hey Indiatravelz!

    You can add this on your custom.css or Quick CSS to remove the gray:

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: white;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘colors of the rםwes and borders of a table’ is closed to new replies.