Hello,
I want to know if it’s possible to make different background colors for the comparison table.
As you can see in the attached picture, I would like to make the background in the color of the included logo/image.
Thanks :)
Hi Philipp!
can you provide us a link showing this element? we would need to inspect it. Post it here as private reply if you wish.
Best regards,
Andy
Thanks for the reply.
I provided it in the private content.
Let me know if you need a login or something.
Hey!
Not sure the CSS I had in mind would work, could you provide us with login details please?
Regards,
Rikard
Here is the login:
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.pricing-table-wrap:nth-child(1) .avia-heading-row {
background-color: green!important;
}
.pricing-table-wrap:nth-child(2) .avia-heading-row {
background-color: blue!important;
}
.pricing-table-wrap:nth-child(3) .avia-heading-row {
background-color: orange!important;
}
Cheers!
Yigit