Hello.
I found this code to customize the tables but the header color change does not work (www.autopozicovnaam.sk – pass is: autopozicovna) :
/*—————————————-
// CSS – Table col bg
//————————————–*/
/* Table rows */
#top .avia-table tr {
color:#0e0e0e;
}
/* Table border */
#top .avia-table tr {
border: none!important;
}
/* Alternate row color */
#top .avia-table td:nth-child(odd)
{
background: #eff2f3 !important;
}
#top .avia-table td:nth-child(even)
{
background: #d7dcdd !important;
}
/* Table head */
#top .avia-table th {
background: #3b5998;
color: #e9e8dd;
box-shadow: 0px 1px 1px -1px rgba(31, 31, 31, 0.85);
border: none;
}
Hey macika,
The URL provided is not working for me.
Best regards,
Jordan Shannon
Hi macika,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .avia-data-table.avia_pricing_minimal tr.avia-heading-row th {
background: red;
color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria