-
AuthorPosts
-
January 21, 2018 at 6:45 pm #900420
How do I change the fill colours in the tables.
Please help ;)January 21, 2018 at 10:02 pm #900473Hey 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,
MikeJanuary 22, 2018 at 6:57 pm #900937This reply has been marked as private.January 22, 2018 at 11:37 pm #901047Hi,
Add this to quick css:
.avia-pricing-row{ background-color:#007689!important; }Best regards,
Jordan ShannonJanuary 23, 2018 at 9:09 am #901285Thanks Jordan, all colors are now right ;)
January 23, 2018 at 10:40 am #901338Hi Schmidtgrafisk,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaMay 7, 2018 at 1:18 pm #952670Hi guys, what if the row is set up as “price row”, how to change that color? Thanks in advance.
Best Regards,
MiguelMay 7, 2018 at 5:16 pm #952772Hey Miguel,
Please provide a link to the page in question so we can look into this further.
Best regards,
Jordan ShannonOctober 13, 2020 at 12:34 am #1252378What 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?
October 13, 2020 at 5:17 am #1252392Hey rorofp,
Can you provide a link to the site/page in question so we can look into this further?
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.
