diff --git a/ej2-react/appearance/theme.md b/ej2-react/appearance/theme.md index 597eb34f1..3cb75ac1c 100644 --- a/ej2-react/appearance/theme.md +++ b/ej2-react/appearance/theme.md @@ -38,7 +38,7 @@ The Syncfusion React UI can allow you to apply styles for the components. The fo |Microsoft Office Fabric Dark | fabric-dark.css | |High Contrast | highcontrast.css | -> The Syncfusion React Bootstrap theme is designed based on the `Bootstrap v3`, whereas the Bootstrap 4 theme is designed based on `Bootstrap v4`. In addition to these built-in themes, the [ThemeStudio](https://ej2.syncfusion.com/react/documentation/appearance/theme-studio/) provides support for the Fusion Theme that can only be downloaded from the [ThemeStudio](https://ej2.syncfusion.com/themestudio/?theme=fusion). +> The Syncfusion React Bootstrap theme is designed based on the `Bootstrap v3`, whereas the Bootstrap 4 theme is designed based on `Bootstrap v4`. In addition to these built-in themes, the [ThemeStudio](https://ej2.syncfusion.com/react/documentation/appearance/theme-studio) provides support for the Fusion Theme that can only be downloaded from the [ThemeStudio](https://ej2.syncfusion.com/themestudio/?theme=fusion). ## Optimized CSS files @@ -66,9 +66,9 @@ Using the following approaches, the themes can be referenced in the React applic * [CDN](#refer-themes-through-cdn-reference) - Used to refer complete css via static web assest. -* [CRG](https://ej2.syncfusion.com/javascript/documentation/common/custom-resource-generator/) - Used to generate resources only for the selected (used) components. +* [CRG](https://ej2.syncfusion.com/javascript/documentation/common/custom-resource-generator) - Used to generate resources only for the selected (used) components. -* [Theme Studio](https://ej2.syncfusion.com/react/documentation/appearance/theme-studio/) - Used to customize and generate themes only for the selected (used) components. +* [Theme Studio](https://ej2.syncfusion.com/react/documentation/appearance/theme-studio) - Used to customize and generate themes only for the selected (used) components. Instead of using the `CDN reference`, use the `npm packages` reference in your projects to customize the theme or bundle it with the other style sheets.