Tagged: , ,

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

    Hi, I have looked over the support forum and tried a few suggestions on how to change the row/column colors for the tables (i’m using the tablature selection) and I have not been successful. I also would like to change the font colour, as it is currently using the global text.

    Any suggestions?

    Here is what I’m hoping to acheive:
    https://postimg.cc/7G96DjwM

    • This topic was modified 2 years, 4 months ago by Snerp.
    #1344484

    Hey Snerp,

    Thank you for the inquiry.

    The alternating colors are still visible on our installation. Did you adjust the style of the table with custom css? Please post the site URL in the private field so that we can check the table element directly.

    To adjust the font color of the table cells, try to use this css code.

    .main_color .pricing-table li {
        color: blue;
    }
    
    .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: red;
    }

    Best regards,
    Ismael

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