Hi!
I’ve tried finding my answer in other related threads but without luck. On http://loodens.org I want to have the active menu item underlined in the same color as the text, just 5px under the text. Can you help?
Thanks!
Daniel
Hi strila!
Please take a look at the topic here:
https://kriesi.at/support/topic/top-navigation-current-menu-item-and-hover-underlines/
which will guide you on what CSS needed and how to solve that issue!
Thanks a lot
Regards,
Basilis
Hi Basilis,
thanks for answering! That didn’t do the trick but I ended up with:
.current-menu-item .avia-menu-text {
border-bottom-width: 2px;
border-bottom-style: solid;
border-color: white !important;
}
and that works. So thanks!
Cheers,
Daniel