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
- Check if add_menu_page exists or not
- Consuming an external API in WordPress?
- Drag-and-drop “Panels”-style visual layout editor?
- How to Loop Plugin Option Field Set?
- How can I execute some small piece of PHP code in a sandbox area of my WP?
- Activating a single plugin via php
- WordPress Plugin Look & Feel
- Add CSS class to add-to-cart button, Woocommerce [closed]
- Create plugin that works in background
- Checking for user role in a custom plugin
- HELP: Integrating WP with raw PHP code once published button is hit
- How to redirect Old Post URL to new Post and keep Old post Comments?
- How to add pagination to wpbakery grid?
- jQuery function didn’t work in my plugin
- bulk change of image setting “link to” to “link to: image url “
- CKEditor: Uncaught TypeError: switchEditors.switchto is not a functiononclick
- Why wp_mail() function isn’t sending any emails and displaying ‘0’ in Chrome ‘Network’ response
- How to get number of Affected rows from wordpress dbDelta() function
- Adding an Options Page to a Plugin
- How do I “get the next 10 posts after post_id == x”?
- Error with Image Slide plug-in/ s3slider in WP
- Customizing NEXTGEN Gallery To link images to pages
- WooCommerce specifc variations for specific user role [closed]
- WP Plugins – Use includes to display page content
- Edit External CSS
- Activate my plugins via FTP
- Why Do I get “wp_remote-get: could not handle for fopen()”?
- A server-side hook failed when committing plugin code to SVN
- Menu Custom Data Attributes
- Api external with wordpress
- Using meta_query in a WP_Query not working for numbers properly
- Need to revert to an older version of wordpress
- File Uploader – Upload without adding to Media Library
- Trying to include files in plugin isn’t working
- implement custom roles in custom plugin
- WordPress is redirecting me to homepage
- How can we get this dynamically as this folder may not be by the same name always → wp-admin
- Cant create table on plugin activation
- How to ignore fields if empty?
- Why is my shortcode not working?
- Moving a few select DB tables to a new WP instance
- implement checkbox or toggle switch in plugin code
- How to get the total count of Favorite/Favorited authors
- Admin login substantially slower on production server
- redirect to a custom page
- Admin page and admin menu. Permissions plugin
- How to change text in a page by utilizing a custom user id?
- How can I insert a record into a custom table from my custom form in my custom admin page?
- How to save information related to post in database?
- Filter html of WordPress editor in visual mode only
- Metabox Data not saving
- Display alt text as tool tip on page
- Xml output not places where i want
- Including a PHP file via a function that is part of a plugin?
- How do I output user_registered time in my correct timezone?
- Integrate Razorpay quick payments plugin with contact form7 plugin
- Trying to disable all notifications except for one on woocommerce checkout page with css [closed]
- Translate text for empty product
- Passing an input variable through a switch statement
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- Posts in Admin only display 1 Post instead of all Post in admin area
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- Creating a Table Row by Row
- Getting 504 Gateway Timeout Error on AWS Server! [closed]
- WordPress issue – data is not showing in wp-admin, but when searching through database, all the data is there
- WordPress Throwing Deprecated Errors on its own Files