Okay
  Public Ticket #1407028
megamenu issue
Closed

Comments

  • stoneliu started the conversation

    Hello,

    Please help with 2 questions:

    1. Logo was added in the middle of megamenu but there is no link to home for the logo, even if the setting was Yes add home link to logo. Header style 1.

    2. When you hover on the menu items the words turn to blue color, and when you hover on the child menu items the words of their parent items should be in blue color too but it's not blue. Please advise how to do this.

    Thanks.

  • [deleted] replied

    Hi

    1) The logo link only show when you go to an other page than homepage and want to back homepage, when you are on homepage, the logo link is meaningless

    2) Ok I will check it

  • stoneliu replied

    1. Yes it's working on other page. Thank you.

    2. Please see what you can do. The demo for Jewelry has this function.

  • stoneliu replied

    Hello,

    What about the question 2? This should be simple change in the css file? Please advise asap.

    Thanks 

    Stone

  • [deleted] replied

    Hi

    Please go to admin MGS -> Theme Settings then scroll down to "Custom Style" add and add this code to textarea then refresh cache and try again:

    .mega-menu-item:hover > a{

         color: #56cfe1;

    }

  • stoneliu replied

    Hi, tried these code but didn't work out. Please see attached.

  • [deleted] replied

    Hi

    Please provide admin account, I will help you

  • stoneliu replied

    Can you please send codes or instructions instead?

  • [deleted] replied

    Hi

    I have already guilded, I use this code and it is working

    .mega-menu-item:hover > a{

         color: #56cfe1;

    }

    check here pls

    http://claue.magesolution.com/m2/stores/store/switch/?___store=en

    Please try to select store view before adding code

  • stoneliu replied
    Hello,

    As the other ticket said this is working only for sub-menu type of Static Content. If you choose Catalog Category the parent menu doesn't remain in blue color when you hover on sub-menus. Check your demo for this please...

    http://claue.magesolution.com/m2/stores/store/switch/?___store=en

  • [deleted] replied

    Hi

    So please replace with this code:

    .level0.dropdown:hover > a{

         color: #56cfe1;

    }

  • stoneliu replied

    Hello,

    Have you tested the code in the demo? I tried but it's still the same - parent menu doesn't remain in blue...

  • stoneliu replied

    Hello,

    After clearing browser cache now the parent menu changes color as it should. But is it better to add these code as a sub-theme, so when you update the theme this won't be wiped out?

    Thanks

  • [deleted] replied

    Hi

    If you add it to custom style in the admin, so it will be not lost when you udpate theme