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;
}

References, Sources and Credits:


Comments

Popular posts from this blog

City Code Table for Casio SGW300HD-1AV Watch

How to force only 4G or LTE network connection for Samsung Galaxy Note 4

Mounting NFS share directory from D-link DNS 320L on Ubuntu 12.04 LTS