Reply To: Hello

Author
Reply
  • #1687

    You need to learn using some sort of browser CSS inspector so you can get which elements to change and apply styles too. Each element in the clock has own CSS class, and you can apply styles to any of theme through CSS styles. Labels and digits have separate classes and main color styles applied to the timer have different relative sizes set, and I can’t give you simply which class to change, you need to get it through browser inspector, since it depends on the timer configuration, skin and style you use.

    I can help you problems you might have, and eventual bugs, and I can point you to a direction on how to do different things, but I don’t have time to teach you basics when it comes to styling elements. I am sorry, but any work that needs to be done with JavaScript plugins require some basic knowledge on how to do this basic things. You need to know how to use style inspectors, find element you want to change and what style you want to apply to it.

    Regards,
    Milan