Run migrations (if using Entity Framework Core): dotnet ef migrations add InitialCmsKitProMigration and for style classe related issue please check this ticket https://support.abp.io/QA/Questions/5784/CSS-styles-and-Java-Script-Code-doesn%27t-apply-to-the-HTML-code
Hi, Please check this document https://docs.abp.io/en/commercial/latest/modules/cms-kit/index and check this ticket https://support.abp.io/QA/Questions/5982/ABP-Sigle-Layer-Application-with-CMS-Kit-Pro
You can add following code in global-styles.css
for disable or hide breadCrumbs.
.lpx-topbar-container { visibility: hidden; }
Hi,
Please create new razor page MyMainHeader.razor
in the Layout folder like MyApp.Blazor\Components\Layout\MyMainHeader.razor
and add this code to newly created razor page and try to run.
it will result like
Please let me know if it helps you?
Thanks, Anjali
Hi,
please try to add below code to global-style.css file.
.lpx-scroll-container.ps > .ps__rail-x,
.lpx-scroll-container.ps > .ps__rail-y, .lpx-scroll-container.ps:hover > .ps__rail-x,
.lpx-scroll-container.ps:hover > .ps__rail-y, .lpx-scroll-container.ps--focus > .ps__rail-x,
.lpx-scroll-container.ps--focus > .ps__rail-y, .lpx-scroll-container.ps--scrolling-x > .ps__rail-x,
.lpx-scroll-container.ps--scrolling-x > .ps__rail-y, .lpx-scroll-container.ps--scrolling-y > .ps__rail-x,
.lpx-scroll-container.ps--scrolling-y > .ps__rail-y {
z-index: unset !important;
}
thanks
Hello,
I have added 20 submenus under Bookstore Menu Items through MenuContributor
. At first glance the scrollbar is not visible as you can see in below image
but when I click on any submenu then also scrollbar is active as below
So if you don't have scrollbar just click on any menu item then the scrollbar will be active.
you may check this video
best regards,
Hi,
Could you please provide some detailed steps or screenshot to reproduce the issue, and which version of ABP you are using.
for customization you may check this documentation https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#toolbar-contributors
Thanks