Hello,
I will have many table which is will be different for each post
How to change the color easily (i want to change each header row with different color) ?
https://s1.postimg.org/1pi6thd6fz/Screen_Shot_2017-10-05_at_12.51.56_PM.png
Hey HendyZone,
Here is an example css for your site:
.postid-2338 td.avia-center-col:nth-child(1) {background-color: red !important;}
.postid-2338 td.avia-center-col:nth-child(2) {background-color: yellow !important;}
.postid-2338 td.avia-center-col:nth-child(3) {background-color: blue !important;}
You can change the colors to suit, and change the postid for each page or post if you use several different tables, but this will effect all tables on the same page.
Best regards,
Mike