Archived topic
Content boxes
6 replies · Started by Frank Savastano on December 12, 2016
Is there a way to have the content box have rounded edges instead of squares?
Hi Frank,
Try this CSS:
.inside-article {
border-radius: 15px;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
If this doesn't work can you provide link to your site?
Thanks this worked great, is there a way to make the side content boxes round as well?
Try this CSS:
.sidebar .widget {
border-radius: 15px;
}
Let me know.
Thanks again, can i add this to the main css so it changes all pages?
Never mind I put it in simple css in customize.
Glad you got it figured.
Personally I like to enter global CSS in Dashboard > Appearance > Simple CSS.
The codes are much easier to look at in there.