Title: remove border
Last modified: November 27, 2018

---

# remove border

 *  Resolved [poschek](https://wordpress.org/support/users/poschek/)
 * (@poschek)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-border-20/)
 * Hey there, is there a way to remove all the borders? I don’t use borders on my
   website. I really like your blocks but only with out border and shadows.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Benjamin Intal](https://wordpress.org/support/users/bfintal/)
 * (@bfintal)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-border-20/#post-10924488)
 * 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 🙂
    -  This reply was modified 7 years, 5 months ago by [Benjamin Intal](https://wordpress.org/support/users/bfintal/).
 *  Plugin Author [Benjamin Intal](https://wordpress.org/support/users/bfintal/)
 * (@bfintal)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-border-20/#post-10951973)
 * 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 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove border’ is closed to new replies.

 * ![](https://ps.w.org/stackable-ultimate-gutenberg-blocks/assets/icon-256x256.
   png?rev=2749547)
 * [Stackable - Page Builder Gutenberg Blocks](https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/reviews/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 2 replies
 * 2 participants
 * Last reply from: [Benjamin Intal](https://wordpress.org/support/users/bfintal/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/remove-border-20/#post-10951973)
 * Status: resolved