This topic has 2 replies, 2 voices, and was last updated 4 months, 2 weeks ago ago by Jack Richardson
When you are in the mega menu and you want to see the submenu you have to move very quickly to the right so that it does not disappear. The example is clearly seen in the attached video. Could you help me so that this stops happening?
The other thing is that I want to put a label or an image on the product image that says “for shipping only” but I don’t know how. I use this plugin advanced woo labels but y can see the label in the shop page. This is an example https://uniwork.com.uy/producto/pantalon-cargo-industrial-c-ref-ae/
Thank you
Dear @Carolina,
We have noticed that you have manually implemented a custom CSS setting that sets the height of your submenu to a fixed 400px, as shown here: https://prnt.sc/UUx_OH0Sxrly. This modification has resulted in the scrollbar interfering with the correct functionality of mouse movements from the menu item to its submenu.
To resolve this issue, you may either remove the custom CSS you have added or apply the following CSS snippet to hide the scrollbar:
.nav-sublist-dropdown ul::-webkit-scrollbar {
display: none;
}
Please let us know how you would like to proceed or if there is anything else we can assist you with.
Best Regards,
Jack Richardson
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up