Tagged: enfold, pricing tables
Hello all, how can I add a second or third color to the pricing/data tables instead of only having one?
Maybe the title row with one color, the second row in another color…
Is it possible?
Any help is appreciated.
Hey Jorge!
Can you post a screenshot and show how exactly you would like it to look?
Regards,
Yigit
Hello, here a link to one of the pages with a data table:
http://goo.gl/Q2RmMq
En here’s something simple as sample:
http://goo.gl/OAcZXO
Thanks.
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
tr.avia-heading-row { background-color: red!important; }
.main_color tr:nth-child(odd) { background-color: orange; }
Cheers!
Yigit
Thanks it works correctly.