Hello, thanks for your reply.
When I drag my mouse over “Home(Inicio)” I would like to display an image like this screenshot (I don’t really need the frames) IMAGE
I don’t know if it’s helps but as I said, with my current theme I am able to give a css class for each menu title.
CUSTOM CSS THEME:
.image-swap:hover{
background-image:url("https://myurl.png");
overflow-wrap: break-word;
z-index:9999;
}
That’s all can I do… the image doesn’t overflow the menu and I don’t know how to fix it. IMAGE_BAD
Thank you so much @vijayhardaha