Which gray icons do you mean?
Kind regards
Christine
Which gray icons do you mean?
as I don't see YOUR template with the Gantry menu, I checked YOUR site with Helix
Code: Select all
.fa {
font-size:18px;
color:#ffcc00;
}
It is necessary that I change the typo in Uppercase
Code: Select all
#g-navigation a {
text-transform: uppercase;
}
This make sense ... because:
My code above was from the Demo > there is no sub menu, therefore ...For the CSS it is rather # g-navigation otherwise it also takes the sub menus and then I put .g-dropdown to return to normal formatting for layers sub menus.
that's fine.That works well...
Found under: /_nav.scss maybe the reason for:For the icons, that's what I thought, but I still have not found the solution, there is surely an opacity on it. if I change the color, the section selects loses its icon because the background is also white.
as above CSS is compiled, try following into your custom.scss (for the icons in navigation):.g-main-nav .g-toplevel i {
opacity: 0.6;
}
Kind regards.g-main-nav .g-toplevel i {
opacity: 1.5 !important;
color:#ffcc00;
}