16th Jul '24
/
0 comments

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 626 Bricks code tutorials with BricksLabs Pro

Leave the first comment

 

Related Tutorials..

Custom keyboard shortcuts in Bricks builder

Custom keyboard shortcuts in Bricks builder

Learn how to insert common elements in Bricks builder editor easily with single key presses. Also, a handy hotkey to toggle the hover state for…
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:
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:
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:
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:
How to change Ctrl/Cmd+Shift+V shortcut to View on frontend in Bricks

How to change Ctrl/Cmd+Shift+V shortcut to View on frontend in Bricks

Learn how to change the keyboard shortcuts for viewing on front end from Ctrl/Command + Shift + V to Ctrl/Command + Alt + V using…
Categories:
Left Structure Panel in Bricks Editor

Left Structure Panel in Bricks Editor

Eric shared some CSS code in the Bricks Facebook group to move the structure panel in between the element panel and canvas here. I think…
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: