Hi,
I have a question about the flyout menu.
I would like the active link (green) to be colored in the menu. So that you can see which side you are on. This also applies to submenus. is that possible? I couldn’t do it in Enfold / Extended Styling.
Thanks in advance
Best regards
Jürgen
I forgot something else: Can i make the distance between the links and the upper edge smaller in the flyout menu?
Hi,
Add this to quick css:
.current_page_item.current-menu-item{
background-color: #006570!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
thank you! Can you also give me the code to only color the font differently – for active link only.
2. Can you tell me if I can change the distance of the menu upwards? So the entire menu should simply slide up a bit in the fly out. See also screenshot attached.
Thanks a lot
Best regards
Jürgen
Hi,
For # 1 add this to quick css and adjust the color to what you need:
.current_page_item.current-menu-item a{
color: yellow!important;
}
For #2 the distance is centered based on screen size. For example, I’m on a laptop so the menu is viewed higher that your screenshot.
Best regards,
Jordan Shannon
Hi Jordan,
For # 1: Problem solved! great, I can also use it for my other pages!
For # 2. First I leave it as it is!
Thank you
Best regards
Jürgen
Hi,
Great, I’m happy to help! Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
… you can close it