Fierce God Posted October 23, 2017 Posted October 23, 2017 ok thank you kinda figured it was needed as that way
Morgin Posted October 23, 2017 Posted October 23, 2017 The hamburger icon has become universally known as the icon for “menu”. IPS is following conventions here.
Cyboman Posted October 24, 2017 Posted October 24, 2017 can anybody tell me how to make the menu entries font size a lot bigger please? Nowadays, members like BIG MENUS on mobile devices like used in apps.
Joy Rex Posted October 24, 2017 Posted October 24, 2017 @Cyboman - you'd have to target .ipsDrawer_list As that is the class that is assigned to the UL tag of the menu - the individual LI tags (or the A tags that make up the menu) don't have classes assigned. #elUserNav_mobile To specifically target the font size so in case that class is used elsewhere (in a non-mobile context), you don't end up with huge menus in unintended places. So your new declaration could be something like: #elUserNav_mobile ul.ipsDrawer_list li a { font-size: 16px /*changed from the default 14px*/ } Granted, I wrote that on the fly, but should work, or at least set you in the right direction.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.