Hello,
would it be possible to change first menü item (not sub-menu) color? I would like to use a tel-Link there and it should look different than other menu-items.
Thank you!
Kind regards,
Martin
Hi Martin,
There’s no option for that but it’s possible with CSS.
Try adding this CSS code in Enfold > General Styling > Quick CSS:
#header #avia-menu > li:first-child > a > .avia-menu-text {
color: blue;
}
Just change the color.
Hope it helps.
Best regards,
Nikko