Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #572439

    I’m having trouble getting an active menu indicator to show up on my site. I don’t know what I’m doing wrong. I’ve tried to play with the settings but nothing seems to have any effect. Please review. I would like the active menu to be highlighted with a different color text or have an underline(except for the home page). Please help, thank you.

    #572450

    Hey!

    In theme options, choose this option – http://imgur.com/QBvNCmk

    Cheers!
    Josue

    #572474

    Thank you for your response Josue. Is there a way that I can have the color of the active menu change instead? The default header doesn’t look very nice with my layout. Thank you.

    #572785

    Hi!

    Use the following:

    #top #header .av-main-nav li.current-menu-item a {
        background: red;
    }
    
    #top #header .av-main-nav li.current-menu-item a .avia-menu-fx{
        background: blue;
    }

    The first code will change the background of the link and the second one will change the color of the indicator.

    Regards,
    Josue

    #577008

    Hello, would prefer to change the actual text color of an active link. Can you help?

    Thank you.

    #577324

    Hi!

    Please change the code to following one

    #top #header .av-main-nav li.current-menu-item > a > .avia-menu-text {
        color: red !important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #661732

    Hi,
    I have some problem with customization indicators of main menu – I want change position of indicator – to above not below text in header.
    Can You help me please?

    #661859

    Hi,

    Question was answered here: https://kriesi.at/support/topic/enfold-main-menu-indicators/

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Active Menu Indicator’ is closed to new replies.