mikeoberdick

Always Show Mobile Menu on Divi

May 11th, 2016
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. /* This code might be different depending on which navigation style you are using in the header */
  2. .et_header_style_centered nav#top-menu-nav {
  3.     display: none;
  4. }
  5. /* Show the mobile nav and menu text */
  6. #et_mobile_nav_menu, .mobile_nav .select_page {
  7.     display: block;
  8. }
Add Comment
Please, Sign In to add comment