Skip to content

Commit e1e0431

Browse files
committed
update related KB
1 parent 249f96b commit e1e0431

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

knowledge-base/common-theme-customization-options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Is there a simple and streamlined way to customize all component styles?
3838

3939
Generally, there are **three** ways to customize the appearance of the Telerik Blazor components. Each approach adds an extra step to **every** UI for Blazor version update.
4040

41-
1. [Use the ThemeBuilder to create a custom theme]({%slug themes-custom%}#using-the-sass-theme-builder).
42-
* This option allows customization of the **colors only**.
43-
* Upgrading the custom theme is straight-forward via [JSON file import]({%slug themes-custom%}#import-custom-theme).
41+
1. [Use the ThemeBuilder to create a custom theme]({%slug themes-custom%}#using-themebuilder).
42+
* This option allows customization of the theme **colors** with the free version, or **full controll** with the Pro version.
43+
* Upgrading the custom theme is straight-forward via [JSON file import](https://docs.telerik.com/themebuilder/web-app/importing-json) or [editing an existing project from the ThemeBuilder Dashboard](https://docs.telerik.com/themebuilder/web-app/basic-project-operations).
4444
2. [Build a custom theme from our SASS source]({%slug themes-custom%}#manual-alternative).
4545
* This option provides **full control** over the resulting CSS code.
4646
* Upgrading requires you to pull the changes from the [**`kendo-themes`** repo](https://github.com/telerik/kendo-themes) and **rebuild** the custom theme. Ideally, make only [variable and style overrides](https://github.com/telerik/kendo-themes/wiki/Core-Code-Concepts) with minimal edits to our source code itself. However, major customizations may require more changes and maintenance.

0 commit comments

Comments
 (0)