Hi Kriesi I need to put in a page more than one pricing table. How is it possible to change the color? I must keep the theme color or is possibile to have different colors?
Hey Nello83!
Please turn on custom CSS field for ALB elements (http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/), give a custom class to your table and then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-class tr.avia-pricing-row td:first-child {
background: red;
}
.custom-class tr.avia-pricing-row td:first-child h3 {
color: white;
}
.custom-class tr.avia-pricing-row td:nth-child(2) {
background: blue;
}
.custom-class tr.avia-pricing-row td:nth-child(2) h3 {
color: orange;
}
.custom-class tr.avia-pricing-row td:nth-child(3) {
background: green;
}
.custom-class tr.avia-pricing-row td:nth-child(3) h3 {
color: yellow;
}
Regards,
Yigit
I tried…but I was not able…:( I’m still very bad with WordPress
I also have an other problem. In the page pricing and data table the second table have a column with white a background (plan, Bandwidth, Max File Size,CPU,Memory). I need something similar.
Hi!
Can you post the link to your page where you have pricing table?
Have you imported dummy data? If you did, you can edit the page called “Pricing” and see how that pricing table was made. Please also see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-advanced-layout-editor/
Cheers!
Yigit