Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1209515

    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

    #1209516

    I forgot something else: Can i make the distance between the links and the upper edge smaller in the flyout menu?

    #1209744

    Hi,

    Add this to quick css:

    .current_page_item.current-menu-item{
    background-color: #006570!important;
    }

    Best regards,
    Jordan Shannon

    #1209855

    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

    #1210107

    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

    #1210283

    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

    #1210492

    Hi,

    Great, I’m happy to help! Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1210661

    … you can close it

    #1210928

    Hi,

    Thanks for letting us know, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘colored active link in flyout menu’ is closed to new replies.