Search for: Log In Free Support [Support request] Remove box line Home › Forums › Support › Remove box line This topic has 7 replies, 2 voices, and was last updated 4 months, 1 week ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts September 9, 2020 at 5:55 am #1436443 NICOLO’ Hi guys. Like other people in this forum I’m trying to replicate the effect of homepage of woorkup. This website has blog excerpt without box line. If I try to replicate that situation on my blog with white container background and white background… I still see the box line. What can I do? Thank you September 9, 2020 at 6:49 am #1436524 DavidStaff Customer Support Hi there, in Customizer > Additional CSS you will find this piece of code: .inside-article, .sidebar .widget, .comments-area { border: 1px solid rgba(232, 234, 237, 1); box-shadow: 0 0 10px rgba(232, 234, 237, 0.5); } This adds the box shadow around articles, sidebar, widegts etc. You can delete that code to remove it. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 9, 2020 at 6:53 am #1436532 NICOLO’ Thank you Background between containers remains grey also if I set it white. Why? September 9, 2020 at 6:58 am #1436537 DavidStaff Customer Support You need to change the Background color in Customizer > Colors > Body to white Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 9, 2020 at 7:19 am #1436582 NICOLO’ Oh wow. We’re almost there. How is it possible to mantain ONLY a border between archive posts (horizontal line)? Thank you September 9, 2020 at 7:37 am #1436623 DavidStaff Customer Support Try this CSS: body:not(.single) .inside-article { border-bottom: 1px solid rgba(232, 234, 237, 1); } Adjust the rgba color to suit. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 9, 2020 at 7:43 am #1436639 NICOLO’ Works very well. Thank you September 9, 2020 at 7:44 am #1436641 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In