Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • valbaur Friend
    #208065

    Hi Guys

    I’m hoping you can help me with the issue that I’m having while working on adding images to mega menu. The problem is, mega menu shows images in block areas of the menu but would not show image in the submenu links.

    Please see attached pictures:

    UBER.1 – I have added this line of code to custom.css file and it solved the issue with pictures in module position of the menu
    UBER.2 – This is where the image located and it works fine on the site.
    UVER.3 – This is where I want to put image in another menu. It shows on the backend of Mega Menu, but won’t show up on the site.

    Any help would be greatly appreciated.

    Thank you


    1. UBER.1
    2. UBER.2
    3. UBER.3
    Pankaj Sharma Moderator
    #575937

    Hello
    The images are hidden for the mega menu module due to design purpose , because its not look good with design .
    If you want to show them
    Add this code in custom.css file


    .t3-mainnav .t3-navbar .open .dropdown-menu .custom img {
    display: block;
    }

    Clear cache and check.

    Pankaj Sharma Moderator
    #642266

    Hello
    The images are hidden for the mega menu module due to design purpose , because its not look good with design .
    If you want to show them
    Add this code in custom.css file


    .t3-mainnav .t3-navbar .open .dropdown-menu .custom img {
    display: block;
    }

    Clear cache and check.

    Pankaj Sharma Moderator
    #740925

    Hello
    The images are hidden for the mega menu module due to design purpose , because its not look good with design .
    If you want to show them
    Add this code in custom.css file


    .t3-mainnav .t3-navbar .open .dropdown-menu .custom img {
    display: block;
    }

    Clear cache and check.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 9 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum