Activities of "Anjali_Musmade"

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

Answer

You can add following code in global-styles.css for disable or hide breadCrumbs.

.lpx-topbar-container { visibility: hidden; }

Answer

It means that when you hover your mouse over that icon, any tooltip messages connected to that page will appear. if it is correct then you can add title to icon show the tooltip message.

Answer

Hello , You can customize code at your own side e.g 1.you can add below code in HostDashboard.cshtml page 2.also add some css code HostDashboard.css page 3. final output screen

Thanks,

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;
}

It will result as

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 again,

do you want to remove this scrollbar?

please confirm on this so that I can better assist you.

Thanks

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

Showing 741 to 750 of 1341 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20