Skip to main content

Hi

 

Does anybody know it it's possible via the application or by using custom code to change the background colour of a cell inside a smartform.

 

I can see it's possible to change the formatting on data labels and text boxs but what I need to do is change the cell backjground colour (similar to how you'd do this in excel)

 

Thanks
Paul

Hi Paul,

 

there is nor feature to change the table style in smartforms but you can give general style to cells.

Go to your CSS file and find the following class :

 

.theme-entry .editor-cell
{
....
}

then add your the custom style you want.

 

 


Reply