Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #900420

    How do I change the fill colours in the tables.
    Please help ;)

    #900473

    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

    #900937
    This reply has been marked as private.
    #901047

    Hi,

    Add this to quick css:

    
    .avia-pricing-row{
    background-color:#007689!important;
    }

    Best regards,
    Jordan Shannon

    #901285

    Thanks Jordan, all colors are now right ;)

    #901338

    Hi Schmidtgrafisk,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #952670

    Hi guys, what if the row is set up as “price row”, how to change that color? Thanks in advance.

    Best Regards,
    Miguel

    #952772

    Hey Miguel,

    Please provide a link to the page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1252378

    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?

    #1252392

    Hey rorofp,

    Can you provide a link to the site/page in question so we can look into this further?

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.