Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #752384

    Hello kriesi supporters,

    I’m facing a problem with the following website: http://www.productfotografie-den-haag.nl
    When you visit the website; all the inactive links from the menu are grey. (#808080)
    But also the active link (home) is grey. But I want active links to be blue-ish (#257b7c).
    How can I make that happen?

    When u scroll down the page, you see how I want it to work. That is how I like it.
    But I’m facing a problem there to; you can see that the active links work. But also that HOME remains active all the time.
    Can I fix that?

    So:
    – When at the top of the page: active link = #257b7c & inactive = #808080
    – When scrolling down: active link = #257b7c & inactive = #808080

    Hope you can help me, thanks in advance.

    #753602

    Anyone? :)

    #755018

    Hi,

    Sorry for the late response. Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a .avia-menu-text {
        color: #808080 !important;
    }
    
    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li.current-menu-item > a .avia-menu-text {
        color: #257b7c !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    #756531

    Thanks for your response Nikko, Your solution worked partially!
    Only thing left is: HOME is still blue (active), when scrolling down the page.

    Do you understand my problem?

    Greetings.

    #757469

    Hi @ernaborbas,

    Thanks for the feedback, could you try changing the anchor of the home link from #top to #welcome under Appearance->Menus to see if that works?

    Best regards,
    Rikard

    #757840

    That worked! So with both of your replies; my problem is fixed!

    Thanks guys!

    #758684

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Menu link active & inactive (one page design)’ is closed to new replies.