-
AuthorPosts
-
relsig Friend
relsig
- Join date:
- October 2007
- Posts:
- 218
- Downloads:
- 22
- Uploads:
- 61
- Thanks:
- 16
- Thanked:
- 10 times in 3 posts
September 23, 2015 at 7:07 pm #691936Hello
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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 24, 2015 at 6:42 am #692162Hi 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
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 24, 2015 at 6:42 am #749562Hi 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
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
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