Hi Kriesi Team,
I want to increase font size of for the whole datatable on my site.
I found a solution here which works for the heading row, but not for the others.
The CSS class for the other rows is empty.
thank you,
rolf
Hey!
Try adding this code to the Quick CSS:
#top td{
font-size: 22px;
}
Cheers!
Josue