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
- How to resolve Multisite Speed issues
- Adding a post shortcode to a page template?
- Creating an Exit Confirmation Popup
- Difference between register_block_type & wp.blocks.registerBlockType
- How to redirect Old Post URL to new Post and keep Old post Comments?
- wp_enqueue_style specifics for overwriting plugin styles
- Creating a menu page in a Object Oriented developed plugin
- Escape special characters in image link
- Dashboard Widget Form
- Why Better WP security plugin returns 418 I’m a Teapot “error”?
- Modifying Footnote Plugin for Descriptive Title Attributes
- I would like to use create a function in my custom plugin to tell WP to use a different header
- New Plugin: Post update pushes a copy as a revision
- How to edit/delete single row items in a table on my own menu page
- Overide a function that is inside a plugin
- How to override my plugin’s php classes with duplicates that are in my child theme folder
- Uncaught Error: Call to undefined function get_user_by() after moving function from theme to plugin
- Getting media library popup in custom plugin admin page
- Sort products without thumbnail in WooCommerce shop page
- Create or Update thousands of woocommerce products via PHP
- cURL error 60: SSL certificate problem: unable to get local issuer certificate
- How to get images from EDD post?
- Is it possible to use Snap Scrolling? [closed]
- Can’t get custom posts of taxonomy to show
- How to add pagination to wpbakery grid?
- How to Replace Words with Hypertext Link But Ignore Previously Existed Links?
- send_headers don’t work on wordpress multisite
- How can I get the post content displayed in a text field that allows to edit posts?
- Add multiple attributes to product from php
- Cannot run the code after I activate the plugin
- jQuery function didn’t work in my plugin
- Displaying admin notice dynamically
- Can I check plugins and themes for PHP 5.6 ahead of global PHP server Update
- bulk change of image setting “link to” to “link to: image url “
- CKEditor: Uncaught TypeError: switchEditors.switchto is not a functiononclick
- Multiple navigation menus to a location?
- Displaying Gravity Form data on WordPress page [closed]
- Image resizing on home page (product category) [closed]
- Improving a Stackoverflow “inspired” badge system to display badges in author page
- Get a list of galleries from an album in NextGEN Gallery [closed]
- How to install and activate a plugin via an external PHP script
- how to include a simple jquery file into a wordpress plugin
- Calling a plugin in theme development
- Display a text message if the field is not found and not if found
- Unable to activate wordpress importer after installing it
- Making menu link open in new tab?
- Reposition Woocommerce Message
- Sanitizing, Validating and Escaping in WordPress (Plugin)
- Get total number of comment of the posts written by an author
- Include Max mega menu Plugin into theme
- How use %like% in sql statement wordpress
- Is there a plugin to insert pre-defined link into editor?
- Escape when echoed
- Scope for PHP Variables Assigned in functions.php or a plugin
- add_meta_box (Will display only in specific page admin WordPress)
- Make specific products accessible only to a user role in WooCommerce
- force customers to add only single item to card per purchase EDD [closed]
- Undefined property: WP_Post_Type::$ID
- Plugin exceeds memory limit
- How to get post URL in the_content filter?
- How to remove xmlns on language_attributes()?
- How to write one comment and publish on every post using database or plugin?
- Add a plugin before main container
- Shortcode to generate and save password in a file
- How to get subscription key or id using Woocommerce Subscriptions [closed]
- How to get member list based on role by using buddypress?