Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
How to change font height and color for 2D label
Hi Srinivas,
Please follow the below instructions to change font size and color for 2D label:
Hope this helps!
Thank you Yamini. 'STYLES>Application' worked. I even added font weight to make it look bold.
.simple-label {
color: White;
font-size: 14px;
font-weight: 600;
}
Regards,
Srinivas