combuns 0 Report post Posted May 9, 2013 How can I remove the vertical line that appears on the left side of blockquotes? Share this post Link to post Share on other sites
catrina 103 Report post Posted May 9, 2013 You’ll need to use Custom CSS (in PageLines > Site Options > Custom Code > Custom CSS/LESS). To find the Custom CSS you need, you'll need to use Firebug (or Chrome Development tools). To learn how to use Firebug for CSS customizations, please review this entire documentation and follow the instructions: http://support.pagelines.me/docs/customization/custom-css. To get rid of vertical line in blockquotes, please use the following attribute in your CSS: {border-left: 0px;} I'm quite certain the CSS selector you'll need is blockquote Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
combuns 0 Report post Posted May 9, 2013 Great. Thanks much. Share this post Link to post Share on other sites