Hi,
In the early days of Enfold, there was a little arrow below a highlighted menu-item. Is it possible to enable this again, or add it with css?
Regards,
Erwin
Hey Erwin,
Could you please attach a mockup of what you’re trying to achieve?
Do you mean the underline?
Best regards,
Victoria
Hi Erwin,
Try adding this css code in Quick CSS:
#top .avia-menu-fx .avia-arrow-wrap {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid white;
visibility: visible;
top: 2px;
}
Just replace the white color (in border-top).
Hope this helps.
Best regards,
Nikko
Hit,
Thank you. This is what I mean. I’ve adjusted the code a bit so it’s a bit bigger, only thing now is, that he’s not aligned in the center. How can I fix that?
Changed it a bit more. Aligned it to the left now and set the border-left to 0. This is fine so. Thanks!
Regards,
Erwin
Hi Erwin,
Great, I’m glad that you got it working and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Thanks a lot, again!! You can close this topic.
Regards,
Erwin
Hi Erwin,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko