Customizing Blogger blockquote style
This is how to customize the Blogger blockquote style with a simple custom CSS code. Copy and paste this code into the custom CSS section of your Blogger Template Designer. You can customize the fonts and background if you like using CSS codes.
blockquote {
background: #484B52 ;
background-position:;
background-repeat:repeat-y;
margin: 0 20px;
padding: 20px 20px 20px 50px;
color:#C7CACF;
font: normal 0.9em Helvetica, verdana, serif, Georgia, "Times New Roman";
}
.post blockquote p {
margin: 0;
padding-top: 10px;
}
Comments
Post a Comment