How to Make Blockquote Styles In Blogger

Upon  my first experienced in this world of blogging tutorials, I was wondering  on how to display my blockquote codes in a manner that my readers can distinguish them from my ordinary texts. So I was keep on researching on the web, experimenting the effects of CSS until I came - up with a beautiful one. Since I do't want to monopolize this gift from God, I am dare to share it with you on how to make it. I would humbly say that because of Muhammad Mustafa I was able to learn this tweak but of course with additional spices to make it more fitted to your blog. I would present this one a quite different to be learnt easily by the  newbie  bloggers.  So, let us now go with the tutorial!

How to Make Blockquote Styles In Blogger


Step 1. Log - in to your Blogger Dashboard
Step 2. Hit the Template button (have a back-up of your template as your reference)
Step 3. Click The Edit HTML button
Step 4. Find or search the code/tag below
.post blockquote 
In most cases the code will look like this:
.post-body blockquote {some codes here}
OR
.post blockquote{ some codes here}

But if you did't find the above code or tag above, It is fine.
Step 5. Now search for code below

]]></b:skin>


And just above ]]></b:skin> , you choose among the blockquote styles codes  below that would most fit to your blog.

Copyrighted Blockquote with Gradient Yellow Image at the Left Side and Small Solid Borders


Live Demo

.post blockquote {
font: 14px normal verdana, sans-serif;
padding-left: 38px ;
margin:0 20px;
background: url(http://2.bp.blogspot.com/-ewCDodm26v8/UfkfCFFs5FI/AAAAAAAABZw/SI5tvVmsYrw/s1600/blocquote+yellow.png);
background-position:;
background-repeat:repeat-y;
text-indent: 65px;
border-top: 3px solid #61380B;
border-right: 3px solid #f4fa58;
}
.post blockquote div {
display: block;
background: url(http://4.bp.blogspot.com/-CBFRL9oQYrQ/UfcR7YQEbRI/AAAAAAAABWs/NKBgdj7CoPw/s1600/blockquote+4.png) no-repeat bottom center;
padding-bottom:20px;
border-bottom: 10px solid #F4FA58;
margin-left: -20px
}
.post blockquote p {
margin: 0;
padding-top:10px;
}

Live Demo

Blockquote Codes:
.post blockquote { 
margin : 0 20px; 
padding: 20px 20px 50px 20px; 
background : #ddd url(http://4.bp.blogspot.com/-vjsMDsWf0fo/UfchYs4dS7I/AAAAAAAABXg/zsWO_bcW3NU/s1600/Scanned+black+blockquote.png) no-repeat center bottom; 
font: bold .9em "verdana", Georgia; 
color : #000; 
border-top: 2px solid #000; 
border-right: 2px solid #000;
border-bottom: 2px solid #000;
border-left: 2px solid #000; 
}
.post blockquote p { 
margin: 0; 
padding-top:10px; 
}

Live Demo

Blockquote Codes:
blockquote {
margin : 0 20px;
padding: 20px 20px 20px 20px;
background : #fff url( ) no-repeat top;
font: normal 1em "Times New Roman", Times, serif;
color : #000000;
border-top : 7px solid #FF0000;
border-right : 7px solid #FF0000;
border-bottom : 7px solid #FF0000;
border-left : 7px solid #FF0000;
}
}
blockquote p {
margin: 0;
padding-top:5px;
}



Live Demo

Blockquote Codes:
.post blockquote {
margin : 0 20px;
padding: 20px 20px 50px 20px;
background : #ddd url(http://1.bp.blogspot.com/-1LAKjaICtL0/UfcfxvJEEAI/AAAAAAAABXU/3RA0OeCAGUo/s1600/Copyrighted+blue+blockquote.png) no-repeat center bottom;
font: bold .9em "comic sans ms", arial, Helvetica,verdana, Georgia;
color : #484848;
border-top: 2px solid #158aee;
border-left: 2px solid #158aee;
border-right: 2px solid #158aee;
border-bottom: 2px solid #158aee;
}
.post blockquote p {
margin: 0;
padding-top:10px;
}


Live Demo

Blockquote Codes:
blockquote {
margin : 0 20px;
padding: 20px 60px 80px 20px;
background :url(http://1.bp.blogspot.com/-3rK3ChiEeiw/UfcRm0B6JzI/AAAAAAAABWU/KCfTQ_zXMKg/s120/blockqute+3.png) no-repeat bottom right;
font: bold italic 1em  Georgia, verdana, Helvetica,  "Times New Roman", Times, serif;
color : #000;
border-top: 3px ridge #000;
border-left: 3px ridge #000;
}
blockquote p {
margin: 0;
padding-top:1px;
}




Live Demo
Blockquote Codes:
.post blockquote {
background: #F3F3F1 url(http://1.bp.blogspot.com/-vfljUysBzDA/Uffax6vt8eI/AAAAAAAABZA/kyoY1XtU1WM/s1600/blockquote.png) ;
background-repeat:repeat-y;
margin: 0 20px;
padding: 20px 20px 10px 45px;
font-size: 0.9em;
font: italic 1em Vivaldi, serif;
border-top : 3px ridge #FF8000;
border-right : 3px ridge #FF8000;
border-bottom : 3px ridge #FF8000;
border-left : 3px ridge #FF8000;
}
.post blockquote p {
margin: 0;
padding-top: 10px;
}

Customization (Optional):
The above blockquote codes were bolded in the manner to make you easily customize  according to your preferences.
  • Margin  :- ) This refers to the position of your whole blockquote.
  • Padding  :- It changes the distance of your texts from the borders of your blockquote. 
  • Background >> This includes blockquote background color in six digit value and the image URL that is being used . You can replace the hexadecimal color and the image URl respectively.
  • Font >: This includes the font style, size, and type respectively.
  • Color >> This is the color of your texts of your blockquote, you can use our  free color code generator to choose a wide variety of colors.
  • Border >.. In the above codes, I arranged the border styles from top, right, bottom, and left. Along with each are the border size, style and color. You can also use  this link to choose different border styles.

Step 6. After you made some customization of you blockquote codes, you may now save your template.

Whenever you have  some quotes or codes to share with your readers just follow the  steps below:
1. Go to post or create new post
2. Switch it in the compose mode and type your quotes.
3. After typing your quote in the compose mode, switch it to HTML mode.
4. Then  add these tags "<blockquote>.......</blockquote>" . It may look like this:
<blockquote>
Your quotes here
</blockquote>

Now if you want to apply different blockquote styles in your blog, simply copy the blockquote codes above and paste it to you Blogger Post Editor page (it should be in the HTML Mode). For example you want to apply the Blockquote With Ridge Border Style. The  setting will be  this one:

<style>
.post blockquote {
background: #F3F3F1 url(http://1.bp.blogspot.com/-vfljUysBzDA/Uffax6vt8eI/AAAAAAAABZA/kyoY1XtU1WM/s1600/blockquote.png) ;
background-repeat:repeat-y;
margin: 0 20px;
padding: 20px 20px 10px 45px;
font-size: 0.9em;
font: italic 1em Vivaldi, serif;
border-right : 3px ridge #FF8000;
border-bottom : 3px ridge #FF8000;
border-top : 3px ridge #FF8000;
border-left : 3px ridge #FF8000;
}
.post blockquote p {
margin: 0;
padding-top: 10px;
}
</style>
<blockquote>
Your quote or codes here........
</blockquote>

Note:- For Blockquotes with yellow gradient, there is a little more coding required. Read below

Guide:- For above mentioned blockquotes you need to add some extra tags inside blogger editor as explained below,
Now, whenever you have written a Quote inside the compose mode of Blogger Editor simply switch to the HTML mode and add two tags i.e <div> and </div> between the blockquote tags as demonstrated below.

<style>
.post blockquote {
font: 14px normal verdana, sans-serif;
padding-left: 38px ;
margin:0 20px;
background: url(http://2.bp.blogspot.com/-ewCDodm26v8/UfkfCFFs5FI/AAAAAAAABZw/SI5tvVmsYrw/s1600/blocquote+yellow.png);
background-position:;
background-repeat:repeat-y;
text-indent: 65px;
border-top: 3px solid #61380B;
border-right: 3px solid #f4fa58;
}
.post blockquote div {
display: block;
background: url(http://4.bp.blogspot.com/-CBFRL9oQYrQ/UfcR7YQEbRI/AAAAAAAABWs/NKBgdj7CoPw/s1600/blockquote+4.png) no-repeat bottom center;
padding-bottom:20px;
border-bottom: 10px solid #F4FA58;
margin-left: -20px
}
</style>
<blockquote><div>
Your Codes/Quote Here
</div>
</blockquoe>

Also check the related posts below:
Hope you like this tutorial and if you have some clarifications, questions or additional informations regarding this post, I will be happy to hear your side. Please leave it at the comment box below or you can contact me.
Within this week, I will try to make a blockquote codes with a  stylistic hover effect on it.

God Bless Everybody and Take Care of your Love Ones!!!!!
About the Author:
tilt  hover effect
Hello folks! This is GOLDEN WORKS TV, the admin of this blog. No words could described my grateful appreciations to all newbie and professional bloggers around the world and most especially to Almighty God who gave me the wisdom...Read More
Follow him @ Twitter |Facebook


Express yourself!
6 comments : Post Your's Buddies!

Post A Comment!
We love to hear your feedbacks and suggestions. We will try our best to reply to your queries as soon as time allows. Please Keep in mind that all comments are moderated manually by our editors team to minimize spamming, and all the links are nofollow.

Note:
1. To add HTML code in the box, please use our HTML editor generator.
2. Please do not spam. Those type of comments will be deleted upon our review.
3. We should appreciate an individual and suggestive discussion.

Best Regards,

GOLDEN WORKS TV
  1. Thanks for sharing this beautiful blockquotes design

    regards,
    JelBee

    ReplyDelete
  2. The most famous escort office in all Delhi Searching the delightful Delhi female escort that advantageous for your extraordinary request and fundamental.
    Delhi Escorts
    Delhi Escort
    Escort Service in Delhi
    Escorts Service in Delhi
    Escorts in Delhi
    Escort in Delhi
    Delhi Escort Service

    ReplyDelete
  3. Our Pakistani escort agency is looking for young bold and open minded females who can work as part time or full time escorts. Selected females will be paid as per their wish. If they can entertain our rich clients well then we will be paying them very good far more their expectations. We prefer college girls and fashion models to work for us. Personal details of females working for us will be kept highly confidential.
    ESCORTS IN LAHORE
    LAHORE ESCORTS
    PAKISTANI ESCORTS
    ESCORTS IN ISLAMABAD
    ISLAMABAD ESCORTS

    ReplyDelete
  4. you can make your excursion considerably more important. You cannot just take these young ladies for a date or request that they go with you to the shoreline and parties, yet additionally take them back to your luxurious lodging room and make the most of their sexually satisfying sensual services with finish mystery
    bicholim escorts
    calangute escorts
    calapor escorts
    canacona escorts
    candolim escorts
    chicalim escorts
    chimbel escorts
    cuncolim escorts

    ReplyDelete

Related Posts Plugin for WordPress, Blogger...