Home › Forums › Support › Change color of blockquote bar? This topic has 5 replies, 2 voices, and was last updated 6 years, 9 months ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 25, 2017 at 1:26 pm #434091 James Can you please tell me where to change the default colour of the bar that appears when I do a blockquote? Thanks in advance, November 25, 2017 at 1:38 pm #434106 LeoStaff Customer Support Hi James, CSS is required for now: blockquote { background-color: #000000; } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know. November 25, 2017 at 1:42 pm #434111 James That changed the entire background of the Blockquote, Leo. 🙂 I just wanted to change the colour of the vertical bar at the far left of the indented text. November 25, 2017 at 2:16 pm #434136 LeoStaff Customer Support Ahh sorry. This should do: blockquote { border-left: 5px solid #000000; } November 25, 2017 at 2:35 pm #434154 James Resolved! A million thanks, Leo! November 25, 2017 at 7:13 pm #434272 LeoStaff Customer Support No problem! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In