ew.previewtable header color

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
nait
User
Posts: 47

ew.previewtable header color

Post by nait »

hi i have a preview table but id like the table header of the preview to be different to the main table is this possible

many thanks


arbei
User
Posts: 9292

Post by arbei »

You can add your CSS in [HTML] -> [Styles] -> [User] to change the preview header color.

For example:
.ewGrid .ewPreviewTable > thead > tr > th {
background-color:#1079ec;
}


Post Reply