• Resolved poschek

    (@poschek)


    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

    (@bfintal)

    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 ??

    Plugin Author Benjamin Intal

    (@bfintal)

    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.