Hi
I’m trying to change the header row background color here: http://scotwebtesting.co.uk/city-connections-tariffs/
Color should be #D2D3D5
How do we change the table colors?
Thanks
Hi robertscott;
a rapid answer, I hope not a bad one :
try to add this line into your css file:
.page-id-241 .avia-data-table .avia-heading-row:nth-child(1){background-color: #D2D3D5 !important}
Hi Mate,
Thanks for that.
I’ll give it a go.
Ok That worked but we have 2 header rows in the same table but only the first one changes
Hi robertscott;
sorry for missing the second one,
here is the code for both of the tables:
.page-id-241 .avia-data-table .avia-table-1 .avia-heading-row:nth-child(1){background-color: #D2D3D5 !important}
.page-id-241 .avia-data-table .avia-table-2 .avia-heading-row:nth-child(1){background-color: #D2D3D5 !important}
Hi!
@robertscott, did @begrafiks second suggestion work out for you? If not, please give us a shout back and we’ll have a closer look. Thanks @begrafiks :)
Cheers!
Rikard
Hi Rikard,
Thanks, I actually created 2 seperate tables which looks much better . All sorted now thanks.