Use Font Awesome for hamburger menu icon
Replace Bootstrap navbar-toggler-icon SVG with fa-solid fa-bars in mainmenu.php. Update .container-header .navbar-toggler CSS to use --mainmenu-nav-link-color for color and border. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -14477,7 +14477,9 @@ li.current a {
|
||||
}
|
||||
|
||||
.container-header .navbar-toggler {
|
||||
color: var(--mainmenu-nav-link-color, #e6ebf1);
|
||||
color: var(--mainmenu-nav-link-color, #fff);
|
||||
border-color: var(--mainmenu-nav-link-color, #fff);
|
||||
font-size: 1.25rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user