Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
October 23, 20177 yr The hamburger icon has become universally known as the icon for “menu”. IPS is following conventions here.
October 24, 20177 yr 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.
October 24, 20177 yr @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.
Archived
This topic is now archived and is closed to further replies.