Advertisement
sabbirshouvo

Just a small fix

Jun 12th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php if ( wp_is_mobile() ) {
  2. <script>
  3. jQuery( document ).ready(function($) {
  4. $( ".mega-menu-toggle" ).addClass( "mega-menu-open" );
  5. });
  6. </script>
  7. <style>
  8. .mega-menu-toggle{display:none !important;}
  9. </style>
  10. }
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement