I figured it out.
You have to search your style.css file and find
/* Buttons */
Under that you will find the following classes
.menu-toggle,
article.post-password-required input[type=submit],
.bypostauthor cite span {}
.menu-toggle,
button,
{}
button[disabled],
input[disabled] {}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
{}
There are 2 states of the button that you need to configure.
Hover and active.
Just change the background-image:url('');
for each state to what image you want in the background.
Then just either negative indent the text by -9999 or delete the text from the header.php
file as you previously stated.
Related Posts:
- Mega Menu Walker
- Displaying Logged-In User Name in WordPress Menu
- Logout and redirect using the WP Menu
- Second Navigation inside header
- How can I add a custom class to only nav sub-menu > li > a items in WordPress?
- items_wrap not working
- Style wp_page_menu() items
- Change Navigation Bar based on logged in or not
- Multiple WordPress Menus that will only display all pages
- Hide Hamburger Menu On Specific Page (Front Page/Home Page)
- Menu Limitations
- Custom Walker_Nav_Menu issue with variables on PHP 7.3
- Detecting classes, adding widgets, and adding divs in with a Nav Walker
- How to style one item from main navigation?
- Add login hyperlink to secondary navigation menu
- Menu Custom Data Attributes
- How to modify mobile nav menu text in theme
- Nav-Menu not showing up
- Custom navigation menu with awsAccordion
- Remove the Tag from wp_nav_menu
- How to set Nav as a default menu in wordpress
- Redirect User when they click Menu Option
- How to create a sub-page of sub-page?
- Add the “.current-menu-item” class to tag?
- Nav Menu Display
- Open WordPress Page from selected option dropdown
- Custom Navigation Bar JSON Syntax Error in JSON at Position 0
- Nav menù doesn’t display selected pages
- Adding first / last CSS classes to menus
- How can I limit the length of the previous/next posts in my WordPress Theme?
- how to put the logo in the center of other items in the navigation bar
- renaming an admin menu item with decimal array index number
- How to remove a metabox from menu editor page?
- Hide a menu-item and its submenus and display a ‘Log in’ link if the user is logged out
- The best way to customize “nav-menu-template.php” to add if the ‘link_before’ is “checkbox”
- Can we have a php “page” without a WordPress “page”?
- How to add active class to custom menu using while loop and wp_list_pages
- wp_delete_auto_drafts() deletes links in menus
- Replacing the NavWalker dropdown element
- How to add specific menu on a specific page or pages
- Unusable menus and “Illegal widget setting ID: nav_menu_item[]” error
- WordPress menu deletes when trying to add a hook
- Creating new menu item
- Programmatically create menu with custom link
- Custom Loop through category menu to include sub categories
- selected menu item
- Add itemprop Schema.org Markup to li Elements in wp_nav_menu
- Show comments menu in dashboard only if the site has comment
- Trouble creating conditional PHP for nav menu items with children for custom Walker
- Count top level menu items
- create a select input with menus created on a custom options page
- How can I Add a variable PHP in the Menu Nav
- Adding an Avatar to the Top Nav Bar
- Add data attribute to each li in menu
- Remove metabox from WordPress menu editor page?
- How to add an arrow to menu items has submenus
- wp_nav_menu returns menu list in ascending order. How can I arrange the menu same as dashboard menu
- Secondary navigation menu on one page
- Remove class in nav_menu_link_attibutes filter
- WordPress Quick Question . How to Get Parent Link in Submenu in My Code
- Add item to top of menu using a filter in functions.php
- Adding PHP in the menu
- New walker for walker_nav_menu to change inside container data
- Add data-id attribute to child page links
- Automatically add images to a menu
- How can I get “Previous” and “Next” to show in the navigation besides the links?
- Notice: Trying to get property of non-object
- How can I use custom menus with a Bootstrap WordPress theme?
- Adding Additional Variables on Menus Page
- How to tell if a user has gone in and created a menu
- Class for Selected Menu using wp_nav_menu
- Hard-coding a shortcode as the last menu item in primary navigation?
- Add class to ul and li in wp_na
- Nav Walker that shows only children and siblings of top level parent menu item
- how to changes mobile menu toggle breakpoint in WordPress
- How to display already created menus via php?
- Adding markup to sub menu based on class
- Featured image in menu wordpres
- dynamic php menu with hidden sub-categories only showing when the category name is clicked
- I want to show cart items number if any or nothing, simple CART text
- How to let mobile navigation menu close when link is clicked?
- PHP warning with code for nav menu walker [duplicate]
- Add element after navigation element title don’t works like I expect
- String replace for Login/Logout concatenation problem in menu
- Widget Logic – display on page and all child
- index.php navigation
- How to list categories by page id in wordpress
- Adding button to wordpress menu
- wp_nav_menu doesn’t work in a duplicate server
- How I can add div to menu?
- wp_nav_menu prints children with parent name
- WP Admin Bar – Get current theme name as custom menu title
- Using ‘array’ method in wp_nav_menu causes it to disappear
- How to get the count for each taxonomy term
- WP_Nav Highlight Parent Issue
- Submenu opened problem
- if is_home(), change class of menu-item-225 of wp_nav_menu
- Change order that the menu is generated with wp_list_pages
- I am extending Walker_Nav_Menu: How can I get the number of children elements of the current item?
- Custom nav with bootstrap dropdown