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

    How can I change the color of table cells?
    Put a different color than what is set in the Theme Style.

    By Advanced Layout Builder.

    #847809

    Hey Vitor,
    We can help with quick css, but we will need more info and a link to the page.
    Here’s an example for red and blue rows:

    .main_color .pricing-table>li:nth-child(odd) {background: red !important; }
    .main_color .pricing-table>li:nth-child(even) {background: blue !important; }

    2017-09-04_103241

    Best regards,
    Mike

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