Fixing the shortcuts in Bricks Builder 2.0 RC
I take a look at the good and bad of the new Bricks Builder Release Candidate. While it is not perfect, it is another step up for WordPress developers and I think it brings us closer to having the ultimate professional web developers tool for creating fast and optimized sites.
Builder Code to fix shortcuts:
li.control-group[data-control-group="_layout"] > .control-group-title,
li.control-group[data-control-group="_typography"] > .control-group-title,
li.control-group[data-control-group="_background"] > .control-group-title,
li.control-group[data-control-group="_border"] > .control-group-title,
li.control-group[data-control-group="_gradient"] > .control-group-title,
li.control-group[data-control-group="_transform"] > .control-group-title,
li.control-group[data-control-group="_attributes"] > .control-group-title {
display: none !important;
}
#bricks-panel-element-shortcuts {
opacity: 1;
}
#bricks-panel-element-shortcuts li.has-settings .bricks-svg-wrapper:after {
height: 100%;
border-radius: 5%;
width: 5px;
}
#bricks-panel-element-shortcuts li svg {
font-size: 20px;
transform: scale(1);
}
#bricks-panel-element-shortcuts li {
margin: 1rem 0;
}

Click button to copy text to clipboard
This is something that I use a lot and thought you might find it useful. In the video I explain…
Add a scroll image on mouse over
This is a cool feature that I stole from the Bricks template back end. In the video I show you…
Try Core Framework in Bricks Builder before buying.
In this video I show you how you can set up bricks to work with the free version of Core…
Adding ribbons in Bricks without writing CSS
If you're not a fan of writing CSS, you'll be happy to know that creating eye-catching ribbons in Bricks Builder…
Free framework for Bricks & Advanced Themer
I’m excited to introduce the Bricks Bits Framework, a free, lightweight framework designed to simplify your workflow by covering 99%…
10X the power of Advanced Themer for Bricks Builder
Have you ever been working on an element and feel a little lost on what is going on with its'…





