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.
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; }
Best regards,
Mike