Hi all
is posible to use diferents colors for diferents pricing tables in same page?
for exmaple:
http://telealhama.es/telefonia-movil/
The three pricing tables ion mobile in PINK color
The three pricing tables Cablemovil in GREEN color
Thanks ^^
Hey Tokyo!
Are you trying to do something like this?
.avia-table > .pricing-table-wrap:nth-child(2) .pricing-table .avia-pricing-row {
background: red !important;
}
Cheers!
Elliott
Hello
it does not work. thanks
i need changue diferents colors for diferents pricing tables in same page or diferents pages?
thanks
Hi tokyoluz and Elliot ;
sorry to jump in ;
as there are two tables you should target theme with the specifique number of the table created by enfold as “.avia-table-1”, “.avia-table-2”.
Here is the css code for the first one “pink” :
.avia-table-1 .pricing-table li.avia-heading-row{ background-color: #F12BE7; }
.avia-table-1 .pricing-table li.avia-pricing-row{ background-color: #D303C9;}
for the second one :
.avia-table-2 .pricing-table li.avia-heading-row{ background-color: XXXXXXX; }
.avia-table-2 .pricing-table li.avia-pricing-row{ background-color: XXXXXXX;}
if necessary you could target the “border-color” too.
Thanks :)