Hey guys
I am using the data table and was wondering if you could provide me the css code to edit text size and background colors for the cells.
The cells should be shown in two different colors alternately.
I’ve tried a few codes that I’ve seen in the forum but couldn’t get it to work.
Thank you and kind regards
Aline
Hey Aline,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
of course. please see login data below.
Hi,
use this code inside Quick CSS field:
td {
background-color: red;
font-size: 16px;
}
Best regards,
Andy