Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #537252

    Hi All,

    I have a front page with different sections accessible via main menu (Section ID).
    Normally only the menu label of the active page is highlighted.
    However on this particular page 3 menu labels are highlighted because 3 sections on this page are accessible from the menu.

    Can this be changed so that only one menu item is highlighted – one of the currently visible/active page/section?

    regards,
    Peter

    #537463

    Hi TheElear!

    When you edit your menu try creating a custom link and set it’s URL to “#contact” to see if it highlights it then.

    Also, you need to update Enfold to the latest version, 3.4.2.

    Best regards,
    Elliott

    #537632

    Hi,

    I have 3.4.3 Enfold and all menu items on this page are custom links e.g. #contact, #about

    please advise

    #537904

    Hi,

    I’m not sure what you mean, the indication below the active menu item works as expected on my end. Since you have more than one page you might want to add the full URL:

    http://yoursite.com/#anchor
    

    Thanks,
    Rikard

    #538917

    Hi

    You are correct, the indication below active menu label works correct.
    But the color of the label is green for active menu label and for two other labels which are anchors on the same page.

    please advise

    regards,
    Peter

    #539406

    Hi,

    I might be misunderstanding you here but I can only see the indication under one of the menu items at a time. Could you post a screenshot of the problem please?

    Thanks,
    Rikard

    #539428

    Hi Rikard,

    You are correct in saying that there is only one the indication under one of the menu items at a time.

    THe problem is that on the Home page – where there are also About and Contact us anchors/menu items – all three: Home, About, Contact are highlighted (see the picture). Only Home has indication under it but all three are highlighted because all three are on the same page.
    Is it possible to have only Home highlighted or only About highlighted when you click About, etc?

    regards,
    Peter

    #540503

    Hi,

    Ah, now I understand what you mean, sorry about that. Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #541090

    Hi Rikard,

    See logon details below

    may thanks

    Elear

    #544691

    Hi!

    use this code in Quick CSS field:

    li#menu-item-60 a, li#menu-item-59 a {
    color: grey;
    }
    

    and for hover color:

    li#menu-item-60 a:hover, li#menu-item-59 a:hover {
    color: green;
    }
    

    Adjust as needed.

    Best regards,
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.