Home › Forums › Support › How do I remove the bar in a blockquote? This topic has 3 replies, 2 voices, and was last updated 2 years, 12 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 7, 2020 at 2:31 am #1157544 Robin Hey there, The WP blockquote shows a left-hand bar next to the quote, like this: https://www.screencast.com/t/CiGtEkT78 How do I remove it so it looks like this: https://www.screencast.com/t/FPKpwJY8U TIA, Robin February 7, 2020 at 3:17 am #1157590 DavidStaff Customer Support Hi there, try this CSS: .wp-block-quote { border-left: 0; } Or this if you want to reduce the left hand padding as well: .wp-block-quote { border-left: 0; padding-left: 10px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ February 7, 2020 at 8:46 am #1158119 Robin Perfect! Thanks David. Robin February 7, 2020 at 8:58 am #1158122 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In