Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #292878

    I have images in the “Equipment” Mega menu, and would like to hide these images on the mobile menu. I have tried the mega menu code

    “Access Equipment<br/>

    The “hide-on-mobile” class works for other content blocks

    Also would like to reduce the height of the menu items in the mobile flyout.

    Cheers from Oz.

    #292933

    Hi Denis!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    .avia_mega_div img {
    display: none !important;
    }}

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.