Tip: How to remove Quick Menu from admin

If that little block is always in your way, there is an quick way to remove it.



/skins/basic/admin/styles.css



add to the end of the file:


.quick-menu{<br />
	display:none;<br />
}<br />

```<br />
<br />
And it is gone...

[quote name=‘TexasGuy’]If that little block is always in your way, there is an quick way to remove it.



/skins/basic/admin/styles.css



add to the end of the file:



```php .quick-menu{

display:none;

}

```



And it is gone…[/QUOTE]



Or you can get yourself a 24" screen and forget about it on side :slight_smile:

I got two 22", one vertical for coding, another horizontal for websites…



I wish I could have 1080 at work.

[quote name=‘TexasGuy’]I got two 22", one vertical for coding, another horizontal for websites…



I wish I could have 1080 at work.[/QUOTE]



U mean resolution? My dell u2410 is on 1900 x 1200px

22" usually are about 1600x1050…

Or drag it to the horizontal bar that is anchor to the bottom, right next to ‘close store’. Plenty of room down there and fits there nicely.

Thank you TexasGuy, Quick Menu is really annoying. You have to move it to the bottom every time you login to admin.

You guys … you make me giggle … to suggest I need to buy a bigger screen to fix an issue… you funny…

@TexasGuy thanks for the tip, Ive been meaning to get rid of that annoying ~!@#$ thing! Its always in the way,

[quote name=‘AXeOMA’ timestamp=‘1294407928’ post=‘99869’]

Thank you TexasGuy, Quick Menu is really annoying. You have to move it to the bottom every time you login to admin.

[/quote]



I absolutely never use the “Quick Menu”, all I ever do with it is have to move it outta the way ever time I login…



I wish it would just flippin stay stuck someplace outta the way, someday maybe i will just take the time to get rid of it… :)

Not sure why it's not anchored on the bottom tabs with the rest of the admin tools…

I too find it a pain and don't use it anyway.

Settings->Appearance->Under Admin settings->“Display quick menu”

[quote name=‘The Tool’ timestamp=‘1329528119’ post=‘131535’]

Settings->Appearance->Under Admin settings->“Display quick menu”

[/quote]



Thanks, you never cease to amaze me Tool ! :-)



PS: Instantly Confirmed, “Working as Designed”!

Learn something new every day…



thanks

Hmmm … must be a v2.2x setting , I dont have it in 2.1.4.



@TexasGuy. Thats not how it is in 2.1.4.

I just changed its z-index and moved it to a lower layer.

In /skins/basic/admin/styles.css

/* Quick menu */
.quick-menu-container {
z-index: -921;
}

I use the quick menu hook to display some very useful info, like my social media links… see pic (removed my stores name for various reasons)

@Flow, isnt that the “Quick Links” on the storefront your showing there?

Were talking about the Admin side Floating Quick menu,

Ah, oops!

Or, if you are using 2.2.4, you could just go to Settings => Appearance => Administrator Settings and uncheck the box for “Display quick menu”



Thanks,



Brandon

You're quick Brandon! Post #11



Where have you been hiding out at?

Ah dang. I just noticed this darn post kept coming up and I couldn't figure out why everyone was wanting to change the code. I guess I must have missed yours.



Oh well, at least second place is the first loser.



Thanks,



Brandon