This is a migrated thread and some comments may be shown as answers.

Theme (almost) Builder

1 Answer 122 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
john
Top achievements
Rank 1
john asked on 06 Feb 2019, 11:38 PM

0) Shouldn't the theme builder also allow us to change default fonts, font sizes, line heights, etc? 

1) The themes builder itself doesn't appear to change ALL colors. For instance, the chart grid lines, scrollbars, etc. This is especially annoying in dark themes. Some controls' text, as well as grid lines can't be seen, and scrollbars keep their "light" appearance.

1 Answer, 1 is accepted

Sort by
0
Tsvetomir
Telerik team
answered on 07 Feb 2019, 02:48 PM
Hi John,

The ThemeBuilder provided by the Kendo UI Suite is designed to allow the user to alternate the basic appearance of the theme of interest. Additional customizations can be done by generating a .scss file and adding the specific rules that have to be applied. After that compile the file with a Sass compiler of your choice.

More information on how to customize the themes:

Customizing the Themes

Other customizations which can be done the widgets within the current page is via including a style  section in the head of the page and declaring rules as follows:

<!DOCTYPE html>
<html>
<head>
    <style>html { font-size: 14px; font-family: Arial, Helvetica, sans-serif; }</style>

Let me know in case additional clarifications are needed.


Best regards,
Tsvetomir
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
john
Top achievements
Rank 1
Answers by
Tsvetomir
Telerik team
Share this question
or