It’s best to remove these things with custom CSS – https://en.support.wordpress.com/custom-css/ – if you can share the URL you are working on then we can have a look and assist with the CSS.
If you want to be able to install plugins and edit your themes/plugins you will need to setup a self-hosted version of WordPress – http://www.wpexplorer.com/wordpress-com-vs-org/
Edit:
This is the code to remove the menu on mobile only:
@media (max-width: 782px) {
.navigation-bar {
display: none !important;
}
}
Related Posts:
- Redirect to another page using contact form 7? [closed]
- How can I use WordPress functions in my stylesheet?
- How can I make content disappear when a user logs in?
- Add CSS animation as Preloader to WordPress
- How do you remove plugin edit option?
- CSS from textarea in options page to frontend what to do
- Easiest way to add dropdown to a page
- How to get the element ID from new menu list that added with add_filter()?
- Add a CSS class based on categroy id to archive pages
- Changing “elapsed time” to “time remaining” on MP3-jPlayer audio player with CSS or PHP changes
- Bootstrap and Custom CSS in custom plugin are being overwritten by theme
- Ability to automatically redirect a URL
- Center and hide overflow of WP toolbar custom links
- How to use my menu PHP code as sidebar?
- Hide a Menu Item on Login
- get specific value of a array | PHP
- How to make a dynamic css class whose name changes every visit to confuse scraper
- Add logo to admin menu in my plugin
- 2 wordpress site same database
- uncaught TypeError: Cannot read properties of null (reading ‘classList’) custom plugin
- Custom Plugin scripts from admin working in frontend
- Button and Countdown overlapping mobile menu
- Strange admin-ajax / CSS / $_SESSION issue
- make p tag collapsed after 3 rows
- Failed to load resource: the server responded with a status of 500 () post.php
- Speeding up WordPress on a Local Network
- Caching of combined CSS and JS fails because of losing MIME types through combining by PHP
- How to remove a css class for any wordpress page
- Creating wordpress admin page panel [Theme Option]
- How to set up php,javascript and css to allow for our finished product to be displayed within a page?
- Working on fixing wp-front-end-editor, encountering undefined index
- How to activate/deactivate menu tab and keep the same id?
- Option value not getting updated until page refresh in WordPress
- How to create a “Most Popular” & “Latest” TAB in WordPress
- WP showing “warning: call_user_func_array()”, What to do?
- How can I dequeue a Plugin Stylesheet?
- How can I pass a variable to wp_ajax action?
- Best way to inject css into admin_head in plugins?
- How can i change an image’s author?
- WP-Members redirect if member ALREADY logged in
- How to edit/delete single row items in a table on my own menu page
- Get a list of galleries from an album in NextGEN Gallery [closed]
- Undefined property: WP_Post_Type::$ID
- Plugin exceeds memory limit
- Pass a php string to a javascript variable
- How to trigger $_GET request within admin plugin page?
- Wp favorite posts get user favorites in profile using buddypress [closed]
- How to generate video out of images via WordPress plugin
- Preferred way of cacheing a value in php
- How to remove html code in excel downloads using phpspreadsheet with wordpress plugins shortcode
- Automatically add attributes to woocommerce product?
- How to put JQuery/Ajax inside shortcode?
- Can someone please tell me what is wrong with my plugin?
- How can I add hyperlink in WP_Error message?
- wp_remote_get() returns 403 while file_get_contents() does not
- WordPress Widget Not Saving Data
- Adding regex filter to feedwordpress
- Media Upload Tab reload and change $_GET
- Change get_current_user_id code to the author’s profile
- How to define constant before plugin [duplicate]
- Duplicate results are displayed in a custom plugin [closed]
- php code crashes site – possible syntax error
- Basic function call on init failing
- Help with WP Business Directory Manager Plugin?
- I receive taxonomy id
- Is there a way to convert shortcodes to html content?
- Loop in elementor custom widget not working
- Change text string in a plugin
- get_users(); Is an Undefined Function When Used in Cron Job
- the_content() printing DOCTYPE, and tags in the middle of page
- How to change WooCommece variation data programmtically [closed]
- How to include files relative to a file’s directory
- .php file for woocommerce edit category? [closed]
- dynamically create callback functions inside a for loop
- WordPress truncate posts question (plugin related)
- Different registration form for different roles
- Horizontal drop down category with hover effect working
- How do I minify a plugins CSS/JS code?
- Slideout submenu in mobile
- How do I display PHP file contents on front end of WordPress?
- Display posts by alphabetical order
- How can I translate something in my class constructor of my plugin in WordPress?
- SimpleXML is not working with xml response from external api
- Change Woo Custom Endpoint Titles from a Plugin
- No result after wpdb->insert
- Customize CSS for “Swipebox ” lightbox
- Cannot pass variable to page definition
- Plugin debugging with errors in activation routine
- Number format in thousands on highcharts in wpdatatable plugin
- Best use adding user generated JS/CSS to a theme with a plugin
- Things that saved lose when logout
- W3 Total Cache Can’t Really Detect Things
- Category archive in menu
- How to add different CSS for galleries
- How do I add php to all links automatically?
- How to change the menu color
- Plugin use of ajax/jquery depending dropdown
- Fatal error: Uncaught Error: Call to a member function fetch_array() on bool
- Use inline callable for hooks and filters
- Error in using ‘admin_enqueue_scripts’ action through a class