Hi.
How can turn the upper column into black here?
” Dato, Sted, Beskrivelse, Tid”
I want it to look like it does now, the same design, but with the black line on the top like this(I uploadet a picture):
https://ibb.co/fCgwO5
Hey DonHenrik,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-table th {
background-color:black !important;
color:white !important;
}
Best regards,
Rikard
Hi.
Thanks, but now everything turning black.
I only want the first line (column) black :-) The one with : DATO / STED / BESKRIVELSE / TID
Hi DonHenrik,
That happened because all your rows are Heading Rows. Usually, only the first row is the Heading Row, and all the other rows are Default Rows. If you can change cells in rows 2-4 to to be Default Rows, then Rikard’s code will work.
But if you really want them to be Heading Rows, we can work with that, too. Please use this code instead:
.avia-table tr:first-child th {
background-color:black !important;
color:white !important;
}
Best regards,
Sarah
Yes, i like that design and size better!
That worked! Thank you soo much :-)
You’re welcome! We’re always glad to help.
Do you need any other assistance with this, or can we close this thread?
Cheers!
Sarah