RE: Email designer features template properties
Hi,
Because even if you had added attribute tag, you need aslo assign the attribute to corresponding element.
In you screenshot, you might had added "<meta datatype="color" label="Outer Background" name="outer-background" type="xrm/designer/setting" value="#7fb239">" in your html code,
then you should insert a css rule in style tag:(outer background is body element background-color)
Then it'll always reflect in template visually.
(Even if the color hex code is static here, but once we have added them, it'll change dynamically based on color picker in properties.)
Regards,
Clofly