How to Hide Bricks Editor Preview Element Actions

Looking to get rid of these icons/buttons from the preview area in Bricks editor when an element is selected?

Here’s one way of doing this.

Step 1

Install and activate WPCodeBox (affiliate link).

Step 2

Create a new snippet of type CSS. When done, it should look like this:

CSS code:

#bricks-preview-element-actions {
    display: none;
}

Condition:

<?php 
bricks_is_builder() && ! bricks_is_builder_main();

References

https://www.facebook.com/groups/brickslabs/posts/7901602949898946/

https://brickslabs.com/using-wpcodebox-for-bricks-specific-snippets/

Get access to all 525 Bricks code tutorials with BricksLabs Pro

Leave the first comment

 

Related Tutorials..

Collapse All button for Elements in Bricks Editor

Collapse All button for Elements in Bricks Editor

Bricks' editor shows the various buttons to add elements in the left side grouped into different categories. While it is possible to collapse them all…
Categories:
How to Change Bricks Preloader Background Color

How to Change Bricks Preloader Background Color

Working on a dark-themed site like our friend Storm and getting blinded by the light background of Bricks' preloader screen of the editor? Here's how…
Categories:
Copying Styles from ID to Class in Bricks

Copying Styles from ID to Class in Bricks

Here we got through all the steps to copy styles from ID to a class in Bricks.
Categories:
Using WPCodeBox for Bricks-specific snippets

Using WPCodeBox for Bricks-specific snippets

Updated on 9 May 2024 WPCodeBox is an excellent code snippets plugin if you are looking for an alternative to the child theme or a…
Categories:
Tags:
Changing the URL of “Edit in WordPress” icon in the Bricks editor

Changing the URL of “Edit in WordPress” icon in the Bricks editor

How we can change the WP icon in the builder, including the tooltip.
Categories: