Archived topic
How do I add border on content box and widgets?
1 reply · Started by RC on September 16, 2017
Viewing posts 1–2 of 2
Hi,
I would like to add borders on my content box and widgets that looks like this
https://www.bloggertipstricks.com/mythemeshop-review.html
You can notice the blurry border and I would like it to be the same to my blog.
Please help
Hi there,
Try this CSS:
.inside-article,
.sidebar .widget {
border: 1px solid #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.