Tagged: Color, colour, page, price table
Hi Team,
How to change individually page price table color for heading row and price row?
Regards
Qamar
Hi qamarqrsh!
Drag a codeblock element to the page and add this inside.
<style type = "text/css">
.main_color .pricing-table li.avia-pricing-row, .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra { background-color: blue !important; border-color: blue !important; }
</style>
Best regards,
Elliott