Site logo

Archived topic

Generate Blocks Container Border

7 replies · Started by Steven Dylan Spitz on November 13, 2020

Viewing posts 1–8 of 8

I am loving generate blocks! It's the future light-weight page builder.

Is there anyway (with advanced css or something) to make a dashed border around a container, instead of the default solid border?

Hi there,

Any chance you can link us to the site in question?

You can use the private information field.

Let me know :)

The red border at bottom of attached page.

Try adding a custom class dashed-border to that container (or any containers that you want the dashed border)

Then add this CSS:

.gb-container.dashed-border {
    border-style: dashed;
}

Awesome. That works great. You guys provide world-class support.

No problem :)

Folks: Is there any CSS to make the border seem like tattered paper?

Hi Robert,

Can you open a new topic and maybe share an example so we can see what you mean?

Thanks!

This archived topic is closed to new replies.