Replies: 1 comment 2 replies
-
As far as I can tell, you can only add html for groups, not items... If you'd like to do it for groups, here's the code below:
In your theme.css or whatever you call your main css file, then have the class defined something like this:
I hope that helps |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
3.2.84.
How can we help you?
I have a grouped menu item called "Landing Page".
How can I solve it so that I can separate the menu items with a horizontal line within the "Landing Page" menu item.
This is where I implement the menu bar: app\Providers\Filament\AdminPanelProvider.php
I want to implement the structure:
Landing Page
-------------- <- horizontal line separator
Beta Was this translation helpful? Give feedback.
All reactions