Dropdown menu on image - by papamili - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Olga Barlow

  • Avatar: papamili
    papamili
    Participant
    November 30, 2016 at 23:38

    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).

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 2, 2016 at 10:42

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.