Hi,
I’m trying to build an specific menu with the a grey background color behind the selected page.
Also I want the underline to be above the menu link instead of under it and I want it to show up when your on the link.
Like in this screenshot:
Any CSS code I can use to achieve this?
I added a link to the menu I’m trying to copy in the private content.
With kind regards!
Hey MulderMind!
Please add the below css into your custom css section:
.current-menu-item {
background-color: #F2F2F2 !important;
}
.avia-menu-fx {
top: 5px !important;
}
You can adjust the top value accordingly so it appears in the correct position above your menu items.
Cheers!
Dake
Thanks a lot Dake, works great and superfast reply!
Is there any way to change the thickness of the menu-fx, it’s a bit to bold now.
Hey!
You can use a height styling to adjust the thickness.
.avia-menu-fx {
top: 5px !important;
height: 1px !important;
}
Best regards,
Dake
Thanks again!
Topic can be closed, another happy customer :)
Hey!
You’re welcome, glad we could help :)
Please let us know if you ever need any help in the future.
Best regards,
Dake