change menu icon avalon theme #2763
Answered
by
marcelocaser
marcelocaser
asked this question in
PrimeFaces Templates
-
How can i custom menu icon like version avalon 2.1.2? The "chevron" icon is very disproportionate. |
Beta Was this translation helpful? Give feedback.
Answered by
marcelocaser
Oct 2, 2024
Replies: 2 comments
-
I don't own Avalon so i can't see what is going on to help. Sorry. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@melloware for now i created the custom sytle: add style below in _layout_styles.scss: /* component menu */
.layout-wrapper .layout-menu li a i.menuitem-toggle-icon {
font-size: 12px;
font-weight: 700;
}
.layout-wrapper.menu-layout-horizontal .layout-menu-container ul.layout-menu li a .menuitem-toggle-icon {
margin-left: 4px;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
melloware
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@melloware for now i created the custom sytle:
add style below in _layout_styles.scss: