Home › Forums › Support › Content boxes This topic has 6 replies, 2 voices, and was last updated 5 years, 4 months ago by Leo. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts December 12, 2016 at 12:25 pm #253951 Frank Savastano Is there a way to have the content box have rounded edges instead of squares? December 12, 2016 at 1:37 pm #253982 LeoStaff Customer Support 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? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 12, 2017 at 6:59 am #263345 Frank Savastano Thanks this worked great, is there a way to make the side content boxes round as well? January 12, 2017 at 7:14 am #263355 LeoStaff Customer Support Try this CSS: .sidebar .widget { border-radius: 15px; } Let me know. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 12, 2017 at 10:30 am #263442 Frank Savastano Thanks again, can i add this to the main css so it changes all pages? January 12, 2017 at 12:19 pm #263488 Frank Savastano Never mind I put it in simple css in customize. January 12, 2017 at 2:34 pm #263529 LeoStaff Customer Support 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. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In