diff --git a/blazor/appearance/themes.md b/blazor/appearance/themes.md
index 29340da1fb..8eb2517954 100644
--- a/blazor/appearance/themes.md
+++ b/blazor/appearance/themes.md
@@ -757,8 +757,6 @@ It is important to note that the Material 3 theme uses CSS variables. To overrid
}
```
-N> If you are using **Visual Studio 2019**, please use the `includePath` property instead of `loadPaths` as the latter does not support the Web Compiler for VS 2019. However, we highly recommend using the **Web Compiler 2022+** for **Visual Studio 2022**. For more information, please refer to the [discussion link here](https://github.com/failwyn/WebCompiler/issues/24).
-
N> If you come across the **'Can't find stylesheet to import'** error, ensure that you have installed the [Syncfusion® Blazor Themes](https://www.npmjs.com/package/@syncfusion/blazor-themes) NPM package in the project's directory rather than the solution's directory.
The following shows the importing theme path for the overall theme.
diff --git a/blazor/ui-kit/build-your-first-blazor-app-with-blocks.md b/blazor/ui-kit/build-your-first-blazor-app-with-blocks.md
index 9b4f11e247..4e58e57d52 100644
--- a/blazor/ui-kit/build-your-first-blazor-app-with-blocks.md
+++ b/blazor/ui-kit/build-your-first-blazor-app-with-blocks.md
@@ -77,13 +77,13 @@ If the **Tailwind CSS** theme is selected, follow these steps to configure it.
- For **light mode**:
```html
-
+
```
- For **dark mode**:
```html
-
+
```
4. **Optional**: To use the font icons prepared for **Tailwind CSS**, include the following CDN link:
@@ -127,13 +127,13 @@ If the **Bootstrap 5.3** theme is selected, follow these steps to configure it.
- For **light mode**:
```html
-
+
```
- For **dark mode**:
```html
-
+
```
4. **Optional**: To use the font icons prepared for **Bootstrap 5.3**, include the following CDN link:
diff --git a/blazor/visual-studio-integration/overview.md b/blazor/visual-studio-integration/overview.md
index 82b645d3f2..188cfecab2 100644
--- a/blazor/visual-studio-integration/overview.md
+++ b/blazor/visual-studio-integration/overview.md
@@ -9,12 +9,10 @@ documentation: ug
# Overview of Blazor extension for Visual Studio
-The Syncfusion® Blazor extension for Visual Studio streamlines working with Syncfusion® Blazor components by configuring the required Syncfusion® NuGet packages and themes. Separate extensions are available for Visual Studio 2022 and Visual Studio 2019.
+The Syncfusion® Blazor extension for Visual Studio streamlines working with Syncfusion® Blazor components by configuring the required Syncfusion® NuGet packages and themes. Separate extensions are available for Visual Studio 2022.
[Download the Visual Studio 2022 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension)
-[Download the Visual Studio 2019 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.Blazor-Extension)
-
The Syncfusion® Blazor extension provides the following add-ins in Visual Studio:
[Project template](template-studio): Creates Syncfusion® Blazor applications with required configuration for development with Syncfusion®Visual Blazor component.
diff --git a/blazor/visual-studio-integration/template-studio.md b/blazor/visual-studio-integration/template-studio.md
index 9d2016e64c..a05fa0d82b 100644
--- a/blazor/visual-studio-integration/template-studio.md
+++ b/blazor/visual-studio-integration/template-studio.md
@@ -13,7 +13,7 @@ Syncfusion® provides the Blazor Template St
The steps below will assist you to create your **Syncfusion Blazor Application** through **Visual Studio 2022**:
-> **Note:** The Syncfusion® Blazor extensions for Visual Studio 2019 are available only for Essential Studio® versions 20.3.0.56 and earlier.
+> **Note:** The Syncfusion® Blazor extensions for Visual Studio 2022 are available only for Essential Studio® versions 20.3.0.56 and earlier.
N> Before use the Syncfusion® Blazor Project Template, check whether the Syncfusion® Blazor Template Studio Extension installed or not in Visual Studio Extension Manager by clicking on the Extensions -> Manage Extensions -> Installed. If it is not installed, follow the steps in the [download and installation](https://blazor.syncfusion.com/documentation/visual-studio-integration/download-and-installation) topic.