diff --git a/Guides/CSS/README.md b/Guides/CSS/README.md index 387f0622..d8381c38 100644 --- a/Guides/CSS/README.md +++ b/Guides/CSS/README.md @@ -93,7 +93,7 @@ Let's go down the checklist of what you need to do for a WebVI Panel to pick up ```html - ```` + ``` 5. At this point you should see your style rule applied to the WebVI Panel. @@ -286,6 +286,8 @@ ni-front-panel { ### Hide tab carousel on a Tab Control (rely on programmatic tab switching instead) +**Note:** As of NXG 5 the `Show tab selector` option should be used to configure tab selector visibility instead of custom CSS. + ```css .user-class-name .jqx-ribbon-item { display: none;