Is It Possible To Make Just "mobile Phones" In Top Menu Not Expand?

I would like to make it so that the MOBILE PHONES category does not expand when hovered over on the top menu.

I've tried a few different ways none successful. Any ideas?


www.digitalsave.co.uk

Does it no rely on the specific theme you have Sean ?

PS as a side note, from whom did you obtain that Google Review addon?

Does it no rely on the specific theme you have Sean ?

PS as a side note, from whom did you obtain that Google Review addon?

https://support.google.com/merchants/answer/7188525?hl=en-GB

I would like to make it so that the MOBILE PHONES category does not expand when hovered over on the top menu.

I've tried a few different ways none successful. Any ideas?


www.digitalsave.co.uk

Please try to add the following code to the CSS section in the Theme editor

li.ty-menu__item.cm-menu-item-responsive:nth-child(3) .ty-menu__submenu {
    display: none !important;
}

Please try to add the following code to the CSS section in the Theme editor

li.ty-menu__item.cm-menu-item-responsive:nth-child(3) .ty-menu__submenu {
    display: none !important;
}

Worked perfectly!

Does it no rely on the specific theme you have Sean ?

PS as a side note, from whom did you obtain that Google Review addon?

And the add-on was made by the very capable eCom Labs as well - although it contains a bit of a custom work we needed as well.