Tagged: cells, lines, table background color
Hello,
I’ve got an issue where the table background color of the first cell makes a 1px border around the bottom and right and bottom sides of the next two cells in Google Chrome. This is an issue because they have a different coloured background so a 1px white border is visible.
Any ideas what CSS I can add to fix this issue?
Many thanks in advance,
Hey ChichesterDesign,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.home .flex_column_table.-flextable .flex_column_table_cell:nth-child(n+2) {
background-color: transparent !important;
}
Best regards,
Mike
Hi Mike,
That fixed the problem at the top of the page, but it appears to have made the boxes lower down the page transparent. Any ideas on how we fix that?
Many thanks in advance,