A recent update to Pagelines a few months ago changed the blockquote styling, from a box type to a marker on the left. How do I change it back?
Change Blockquote To Old One
Started by
Nick II
, Dec 13 2012 09:15 AM
Best Answer Danny , 13 December 2012 - 09:37 AM
Hi,
Add this to your custom CSS:
#site blockquote {
background: #FCFCFC;
padding: 25px;
border: 1px solid #E5E5E5;
border-radius: 4px; -moz-border-radius:4px; -webkit-border-radius:4px;
}
#site blockquote p {
margin-top:0;
}
2 replies to this topic










