Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • relsig Friend
    #691936

    Hello

    I’m having a problem with a menu subitem, that is transparent, which t shouldn’t be.
    Please have a look at the picture below. Where the arrow is.

    The setting attached to this is the following.

    This is caused by Tab Style on. I don’t really know what this tab style is for, but I found out that the submenu can be used on an ipad. If I set the tab style to off the submenu never opens on my ipad.

    Could you please tell me what css setting I have to add to the custom.css file in order to make the submenu look the same as the regular menu?
    I have to use here this standard menu look (traditional drop down menu with submenus opening on hover) since I have a different ACL group (not “special”) which is not working in mega menu. Can’t make a nicelooking mega menu design.

    Thanks for your help

    Roger

    Ninja Lead Moderator
    #692162

    Hi Roger,

    You can fix the problem of menu transparent with the solution below

    Open templates/ja_brisk/css/custom.css file

    find and change

    .t3-megamenu .dropdown-menu .mega-nav { /*font in megamenu has to be dark grey and add a little padding*/
    margin-left: 4px;
    }

    to

    .t3-megamenu .dropdown-menu .mega-nav { /*font in megamenu has to be dark grey and add a little padding*/
    margin-left: 4px;
    background: #fff ;
    }

    Regards

    Ninja Lead Moderator
    #749562

    Hi Roger,

    You can fix the problem of menu transparent with the solution below

    Open templates/ja_brisk/css/custom.css file

    find and change

    .t3-megamenu .dropdown-menu .mega-nav { /*font in megamenu has to be dark grey and add a little padding*/
    margin-left: 4px;
    }

    to

    .t3-megamenu .dropdown-menu .mega-nav { /*font in megamenu has to be dark grey and add a little padding*/
    margin-left: 4px;
    background: #fff ;
    }

    Regards

    relsig Friend
    #692365

    That did it

    Thanks

    Roger

    relsig Friend
    #749624

    That did it

    Thanks

    Roger

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

This topic contains 5 replies, has 2 voices, and was last updated by  relsig 9 years, 2 months ago.

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