Cannot modify style related to text of a label inside a dynamic layout
Hello Guys,
I'm trying to modify the CSS of a label inside a dynamic layout, but, I'm not able to do so. Can you please help?
My CSS is:
font-weight: bold; text-align: center; font-size: 18; background-color: lightgrey;
You need to put it as the following:
The label should be inside a dynamic layout. Upon run, this CSS is not taken into consideration (more specifically, everything related to text like text alignment, font size, font weight,...).
Did I miss something?
Thanks,
Rosy
***Updated by moderator: Lochan to add Categories***