Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #337507

    Hi there,

    I tried ALL codes I could find here to simply make all cells of a table white but it does not work, the code I found also makes the “heading row” white, can you please look at it > http://soleilles.com/tarifs/

    I love your great support team,

    Best, AB

    #337768

    Hi anma!

    Thank you for using Enfold.

    Please use this on Quick CSS:

    .main_color .pricing-table li.avia-pricing-row {
    background-color: #ffffff;
    color: #e1e1e1;
    border-color: #e1e1e1;
    }

    If you want to remove the gray background, use this:

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: #ffffff;
    }

    Best regards,
    Ismael

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