How do I change the fill colours in the tables.
Please help ;)
Hey Alan,
Adjust these codes and add to the General Styling > Quick CSS field
For the headings & the box under the tables:
.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
background-color: blue!important;
color: #ffffff!important;
border-color: aqua!important;
}
For the even rows:
.main_color .pricing-table>li:nth-child(even) {
background-color: coral!important;
color: #fff!important;
}
For odd rows:
.main_color .pricing-table>li:nth-child(odd) {
background-color: black!important;
color: #fff!important;
}
Best regards,
Mike
Hi,
Add this to quick css:
.avia-pricing-row{
background-color:#007689!important;
}
Best regards,
Jordan Shannon
Thanks Jordan, all colors are now right ;)
Hi Schmidtgrafisk,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria
Hi guys, what if the row is set up as “price row”, how to change that color? Thanks in advance.
Best Regards,
Miguel
Hey Miguel,
Please provide a link to the page in question so we can look into this further.
Best regards,
Jordan Shannon
What if I want to change between columns instead of rows? how do I do that? Same example but first row first column xxxx color, first row second column yyyyy color?
Hey rorofp,
Can you provide a link to the site/page in question so we can look into this further?
Best regards,
Jordan Shannon