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

    How to hide active menu indicator on home page and that it only appears when i move mouse over, but for all other pages that it shows active current menu indicator?

    there are screenshots from your demo site, to understand what i mean:
    http://s11.postimg.org/61qze4xab/scr1.jpg
    http://s24.postimg.org/jn9bo7dx1/scr2.jpg
    http://s30.postimg.org/xuytqdckx/scr3.jpg

    #512744

    Hey frukts!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home .current-menu-item > a > .avia-menu-fx { display: none !important; }

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

    If that does not help, please post the link to your website.

    Regards,
    Yigit

    #512759

    now it’s removed completely this line under home page and when i scroll over it didn’t show up, for all other pages it shows.
    Please see enfold default demo Home v11: Transparent menu
    I need that the line appears under ‘Home’ when i scroll over.

    #512766

    Hi!

    Please add following code to Quick CSS as well

    .home .current-menu-item:hover > a > .avia-menu-fx { display: block !important; }

    Regards,
    Yigit

    #512773

    thanks for fast replay, this code is not working, now it shows like by default without code

    #512777

    Hey!

    Can you please post the link to your website?

    Regards,
    Yigit

    #512784

    I’m now testing on localhost before tacke action to live site, if you have some idea how to do it please let me know, but for now then better that is stay like it is..

    #513099

    Hey!

    Try to replace the css modifications with this:

    .home .current_page_item a .avia-menu-fx {
        display: none !important;
    }
    
    .home .current_page_item:hover a .avia-menu-fx {
        display: block !important;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #513126

    Hey Ismael, thank you that worked! :)
    you can close this topic

    #513472

    Hi!

    Great! Glad we could help. :)

    Cheers!
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘remove active menu indicator on home page’ is closed to new replies.