Site logo

Archived topic

Content boxes

6 replies · Started by Frank Savastano on December 12, 2016

Viewing posts 1–7 of 7

Is there a way to have the content box have rounded edges instead of squares?

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.

This archived topic is closed to new replies.