Hey there,
Right now the only way to remove the borders is by adding some Additional CSS via the Customizer. You’ll need to override them and individually remove the border, for example, here’s how to remove the borders in the Feature Grid block:
.ugb-feature-grid .ugb-feature-grid-item {
box-shadow: none !important;
}
Thanks for the suggestion though, perhaps in the future we can provide more designs to blocks that doesn’t have any borders 🙂
Hey there, we’ll be adding in more designs per block in a future version. And we’ll provide a “Plain” design for blocks that currently have borders and shadows. As of version 1.9, the Feature Grid block already has a Plain design 🙂