hello you can enter multiple table in the same page but they have different colors?
Hi patriscia!
Can you please post a screenshot and show the changes you would like to make?
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .pricing-table:nth-child(1) li.avia-heading-row {
background: #ECB876;
border-color: #E0A75E;
}
.main_color .pricing-table:nth-child(2) li.avia-heading-row {
background: #DF9C48;
border-color: #E7943B;
}
.main_color .pricing-table:nth-child(3) li.avia-heading-row{
background: #cf7c4f;
border-color: #E07A43;
}
Cheers!
Yigit
thanks
i need to change the background color for each table. it is possible?
https://www.dropbox.com/s/35b6i45940bypw5/Cattura_.JPG?dl=0
thanks
Hi!
Please add following code to Quick CSS
.pricing-table-wrap:nth-child(1) li.avia-heading-row {
background-color: white !important;
color: black;
}
.pricing-table-wrap:nth-child(2) li.avia-heading-row {
background-color: red!important;
color: orange;
}
.pricing-table-wrap:nth-child(3) li.avia-heading-row {
background-color: green !important;
color: blue;
}
Best regards,
Yigit
Thank you :-)