Remove menu icons Wordpress - icons

I need to remove menu icons or images before admin menu items. Since Squarespace and Wix don't have anything like icons, just a plain menu, people don't like the look of the WordPress menu.
I've tried in css,
#adminmenu div.wp-menu-image {
display: none !important
}
and nothing happens. Any clues how to remove icons like in the New Woocommerce admin menu?
Thanks
Tanzi

Related

Center logo with navbar and cart option wordpress

How can i design Center logo with nav menu In Wordpress.In Mobile view i need Search icon and Cart icon.and Static navbar needed. Some examples https://biona.co.uk/ http://palkova.in I tried different themes but now work.
I think this kind of nav style is not available in theme. You have use lots of themes to search for this type of navigation style or you have to build custom navigation.

Bootstrap responsive menu unable to open submenus

After integrating a CSS/xHTML theme into wordpress, the bootstrap responsive menu no longer opens submenus when viewed on a mobile browser: http://d.pr/i/HrBg
Wordpress Theme (submenu not working): http://gtglobalcorp.com
Original CSS/xHTML (submenu working): http://ev.to/coded
Do you happen to know why?
In the mobile menu, all your href attributes are hashtags.
What we have here is either a loop that isn't outputting the right markup or a Wordpress Mobile menu that's different from the Wordpress Default menu.
Without knowing the architecture of the theme, this problem can not be diagnosed further.

Wordpress menu disappears when using a Twitter bootstrap plugin

The page in question is http://dev.gapsummit.com/?page_id=2
With no Bootstrap plugin enabled, you can see the menu items like so
With either of these BootStrap plugins enabled, the menu bar is hidden.
Easy Bootstrap shortcode
Wordpress Twitter Bootstrap CSS
The menu items are still present in the source file, they are just hidden. If anyone can help me unhide them (point out what css is hiding the element), I would be most grateful!
It is the class .dropdown-menu that bootstrap is picking up. Over-ride the rules for the menu with !important in your own css and your menu will appear.
.dropdown-menu{
display:block !important;
//other style rules with !important
}

How to edit custom menu widget CSS in Wordpress?

I want to create a horizontal custom menu in wordpress. I've added a custom menu widget to the footer of my site (not online yet) but it displays a vertical bullet list menu. Where can I change that?
I'm using latest wordpress and the Interio theme if that helps any.
I don't know how to edit CSS for custom menu widgets. How do I do this?
You can edit the CSS for any widget in your theme's style.css file. Using your development tool of choice (Chrome dev tools or Firebug), inspect the menu widget (the vertical bullet list menu) and see if you can identify any unique but consistent selectors for that menu. Those will be the selectors you'll use to target this menu and style to your liking.
Have fun!
I solved this problem by using this dropdown menu widget which can also be set to create horizontal menu's :)

WP Nav dropdown menu is hidden in ie

I'm having trouble with my nav dropdown menu hiding behind the logo and banner on my site. I've tried changing the z-index of the nav div to 99 and then the header div to 0, but to no avail. I'm having trouble shooting ie since I'm on a mac. You can see the site at www.miles2give.org. I've created a childtheme from wp theme twentytwelve and I think I may have accidentally messed something up along the way. I don't know what code to include or I would.

Resources