Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1427262

    Hi, how can I not have alternative row colours? I just want some css to make all the rows white. Also for the main header row, can someone send me some css change the colour?

    Thanks

    #1427287

    Hi Snerp,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-table tr {
        background: white;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1427378

    Thanks Nikko, that worked. Any way to get some CSS to change the top row/header background colour?

    #1427392

    Hi Snerp,

    Please try to add this CSS code as well:

    #top .avia-table tr.avia-heading-row {
        background-color: white;
    }

    Best regards,
    Nikko

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