Hi,
I want to color the header row of the data table (with red color, white bold text). The first coloumn should stay as it is. Basically I liked the look of the price table, but I had problems with aligning the cell hight of the first coloumn and the rest of the table.
Thanks you for any help!
Best,
der_emu
Hey der_emu,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia-heading-row {
background: red;
color: white;
}
Just adjust the colors. Can you elaborate more on this:
but I had problems with aligning the cell hight of the first coloumn and the rest of the table.
Best regards,
Nikko