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/