![]() |
| Click To Enlarge |
How to Edit ?
# First Go to Blogger Dashboard,
# Navigate to Template
# Backup your Template for Safety
# Click on Edit Html
# Find ]]>
1. Red BlockquoteFollow the steps from above and copy the code,
blockquote
{
margin: 10px auto;
padding: 15px;
border: 1px solid red;
border-left: 25px solid;
border-radius: 20px;
color: red;font-size: 25px;
box-shadow: 2px 2px 2px #222;
}
{
margin: 10px auto;
padding: 15px;
border: 1px solid red;
border-left: 25px solid;
border-radius: 20px;
color: red;font-size: 25px;
box-shadow: 2px 2px 2px #222;
}
2. Blue BlockquoteCode Snippet :
blockquote
{
margin: 10px auto;
padding: 15px;
border: 1px solid blue;
border-left: 25px solid;
border-radius: 20px;
color: blue;
font-size: 25px;
box-shadow: 2px 2px 2px #222;
}
{
margin: 10px auto;
padding: 15px;
border: 1px solid blue;
border-left: 25px solid;
border-radius: 20px;
color: blue;
font-size: 25px;
box-shadow: 2px 2px 2px #222;
}
3. More Custom ColorIf you want more custom colors in blockquote, then copy the above css but carefully change the Yellowed text into your desired color [For Example : color: black or color:#eeeeee;]
Some color Codes,
#FFE000 - Yellow
#FFCC09 - Golden
#B5F0AA - Light Green
#FFA300 - Orange
#00D6FF - Aqua
#B800FF - Violet
#EB00FF - Magenta
Problem ?For any problem / queries related to this article, feel free to comment.

{ 0 comments... read them below or add one }
Post a Comment