Tagged: header colours, row colours, table
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
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
Thanks Nikko, that worked. Any way to get some CSS to change the top row/header background colour?
Hi Snerp,
Please try to add this CSS code as well:
#top .avia-table tr.avia-heading-row {
background-color: white;
}
Best regards,
Nikko