Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if( !function_exists( 'marstheme_hide_menu_on_mobile' ) ){
- function marstheme_hide_menu_on_mobile() {
- if( wp_is_mobile() ){
- print '<style>a.elemadded{display: none;}</style>';
- }
- }
- add_action( 'wp_footer' , 'marstheme_hide_menu_on_mobile');
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement