Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Is there a way to increase text size?

    I have Labels and DynamicForms on my page. Is it possible to increase the size of the text?

    mylabel = isc.Label.create({
    ID: "myLabel",
    contents: "Some text"
    });



    #2
    Hi erik2000,

    of course - find the relevant CSS class via Browser F12 Inspect tools and change it in your skin_styles.css - also see this blog entry about the new skin editor (did not use it yet).

    Best regards
    Blama

    Comment

    Working...
    X