Archived topic
Frame for Container
1 reply · Started by Patrick on January 31, 2018
Viewing posts 1–2 of 2
Hi.
Is there a way to put a frame around each container (blog, widget)?
I don't have any knowledge of css.
Hi there,
Try this CSS:
.generate-columns .inside-article,
.sidebar .widget {
border: 2px solid #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.