Jump to content
Sign in to follow this  
combuns

Make Change to Blockquote

Recommended Posts

combuns

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×