Solved
custom label css not working
Hi ,
I am trying to call myLabelClass from the custom css in the property of the label.
But there is not success in this.
could someone help me out with this.



Hi ,
I am trying to call myLabelClass from the custom css in the property of the label.
But there is not success in this.
could someone help me out with this.



Try adding !important after style properties, e.g.
.fonttest-style .widget-ptcslabel {
font-size: 30px !important;
color: #FF0000 !important;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.