This topic has 2 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
Hello,
I need to add dropdown menu in image. So,
1. Add Image do from-end
2. When i click image, dropdown menu shows 2 links: Shop / Wholesale
3. When I click shop – then go to shop page
4. When i click wholesale – then go to wholesale page (category page).
Hello,
Unfortunately, there is no option to use image for the first menu level.
But use can do this by additional customization if you have some CSS skills, for example few lines to start
.menu-wrapper .menu > li > a:before{
content: ' ';
display: block;
width: 80px;
height: 41px;
background-image: url(link_to _your_image);
margin: 0 auto 10px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up