Add rounded corners to blog posts and widgets
-
Hello there,
I’m using the Cheer theme on my blog and I’ve added a background image, but I’d now like to make the corners on my blog posts and sidebar widgets rounded, so it looks a bit slicker. I’ve got the customisation option but I can’t figure out the CSS – can anyone help?
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your custom CSS and adjust the border radius value as desired.
.custom-background .hentry, .custom-background .widget, .custom-background #comments, .custom-background .page-header { border-radius: 10px; } -
-
- The topic ‘Add rounded corners to blog posts and widgets’ is closed to new replies.