Disable or hide wp-admin-bar-editor_mode

Hello
how can i disable or hide button “render with bricks” and “render with WordPress”

thanks!


Hello,
What version of WordPress and Bricks do you have?
These options don’t work for me.

Hello
it only shows on the front-end. In the admin-bar front_end.
not in the backend.

Ok, your capture is not clearly identified if it is in one part or another and you did not specify it either.
But in any case, take the ID of the element you want to hide and apply a style like display: none; and you will stop seeing it.

As these options are found in the Front, you must put the CSS style in the menu Appearance>Customize>Additional CSS
o Also in Bricks>Settings>Custom Code>Custom CSS

1 Like

yes, thanks !!

By the way… I have never understood this “render with…” option. What use is it?

Editing with WordPress refers to the process of creating, modifying, and updating content within the WordPress.

Rendering with WordPress involves the process of generating the final HTML content that is displayed to users when they visit a website built with WordPress.

I imagine it will be the same for Bricks.

ok
thank you very much

1 Like