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

    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

    #861398

    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;}

    2017-10-07_113321
    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

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