Skip Navigation

[Resolved] How do I hide big orange "Front-end Layouts Editor" button in admin bar?

This support ticket is created 7 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 1.00 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: America/Toronto (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by matthewF-2 7 years, 7 months ago.

Assisted by: Meagan Hanes.

Author
Posts
#493414
Screen Shot 2017-02-23 at 4.07.27 PM.png

I am trying to: hide the big orange Front-end Layouts Editor button in the WP admin bar

We will not be using it for our current sites and I don't want to confuse our site contributors with it.

#493429

Hi there!

You can hide this button with CSS. Simply add this code to your child theme's style.css file or add it through another means such as Jetpack's Edit CSS module:

li#wp-admin-bar-ddl-front-end-editor {
	display: none;
}

Hope this helps!
Meagan

#493446

Many thanks. That worked

This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.