Forums
Forums / Plugin: WP Responsive Menu / Dropdown Not Just The Triangle.
(@compasspointmarketing)
10 years, 1 month ago
Is there a way to activate the dropdown menu as all the text and not just the small triangle?
http://rogers-ford.com
https://wordpress.org/plugins/wp-responsive-menu/
(@mebishwak090)
Hi,
We can make this by adding small line of css on mobile devices where the responsive menu is visible.
@media only screen and (max-width: 768px) { .menu-item ul.sub-menu { display: block !important; } #wprmenu_menu .wprmenu_icon_par { display: none; } }
The topic ‘Dropdown Not Just The Triangle.’ is closed to new replies.