Hi
How to change the color of the top of the table?
I could change the color of the entire table. less the top. which remains blue in all tabs
thanks
Hey Tokyo!
Add this to your custom CSS.
span.pricing-extra {
background-color: orange !important;
}
Best regards,
Elliott
hey thanks Elliot, y tried but changue the color of all.
i use this ccs for diferents tabs colors:
#av_section_4 .pricing-table li.avia-pricing-row,
#av_section_4 .pricing-table li.avia-heading-row,
#av_section_4 .pricing-table li.avia-pricing-row .pricing-extra {
background-color: #9bd500;
border-color: #9bd500; !important;
}
#pupu .pricing-table li.avia-pricing-row,
#pupu .pricing-table li.avia-heading-row,
#pupu .pricing-table li.avia-pricing-row .pricing-extra {
background-color: #9100d5;
border-color: #9100d5; !important;
}
#eco .pricing-table li.avia-pricing-row,
#eco .pricing-table li.avia-heading-row,
#eco .pricing-table li.avia-pricing-row .pricing-extra {
background-color: #ffa200;
border-color: #ffa200; !important;
}
is posible changue individual color of top of the tabs in this 3 tabs?
thanks
Hey!
Please turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Add a custom css class to each table element. For example, on the green table, use “green-table” in the custom css class field. Add this in the Quick CSS field:
.main_color .green-table .pricing-table li.avia-heading-row .pricing-extra {
background: green;
}
Repeat the procedure for the rest of the table element.
Cheers!
Ismael
Nice, thank you