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

    Kriesi, I have a table that I am using here: https://preucil.baslerdesign.com/fee-structure/

    Due to the alternating row colors (desired) every other row features text in a very light gray on a white BG. How can I edit that color, to something other than this light gray? Thank you. —Bill Basler

    #1466773

    Hey William,

    Thank you for the inquiry.

    We still can’t access the site, but you can start with this css code to adjust the colors of the table cells:

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
      background: burlywood;
      color: cornsilk;
    }
    
    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even), #top .main_color .avia-data-table.avia_pricing_minimal td {
      color: salmon;
      background: bisque;
    }

    Best regards,
    Ismael

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