• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Customize blockquote using CSS and graphics in WordPress

By Abhishek Ghosh April 1, 2011 4:56 pm Updated on October 17, 2014

Customize blockquote using CSS and graphics in WordPress

Advertisement

Blockquote should reflect the personality of the blog site writer. It looks nice when it is customized to reflect the brand of your blog or simply to add an effect of quotation mark. We will discuss, how you can customize your blockquote in WordPress (can be done in Blogger too as it also uses the CSS to define the blockquote).

 

This is our block quote.

This has been branded with our website’s logo.

The only Graphical part is the logo, the rest is done by defining its property via CSS.

 

You must understand the anatomy of how we did it. Otherwise, you can not create your own style, it will be just a ditto copy of our style. Kindly try to under stand the diagram of below, we have explained it so that it become clear to you:

 

custom blockquote

 

You need to open the style.css file of your theme and find out where is the CSS code for blockquote is. Then modify it as you like. Here goes the required CSS code for your custom blockquote with matched color with the above diagram:

Advertisement

---

<span style="color: #d423db;">#content blockquote {</span><span style="color: #d423db;"> margin: 5px 10px 5px 10px;</span><span style="color: #d423db;">Padding: 10px 60px 10px 10px;</span>

<span style="color: #0000ff;">border-width: 5px;</span><span style="color: #0000ff;"> border-style: solid;</span><span style="color: #0000ff;"> border-color:#eeeeee;</span>

<span style="color: #ff0000;">background-color:#e3e3e3;</span>

background-image: url(images/blockquote.png);background-repeat: no-repeat;background-position: top right;

font-family: Georgia;font-size: 14px;font-weight: normal;color: #000000;text-shadow:#fff 0px 1px 1px;overflow: hidden;}

 

Background image is our logo. You can use quotation mark too. If you do not need any particular effect, just do not write it. For example, if you do not need border, just omit it (or use the same color as background, this is recommended). The logo or quotation mark should not be more than 50×50 pixels. Here are some typical quotation marks (right click to save them) :

 

quotation marksquotation-marksquotation-marksquotation-marks-new

Note: Do not forget to rename them! The name in CSS must match! Put it in your Theme’s image folder (via FTP) in order to be working. You can use full url if you need to put the image elsewhere (with http).

 

Signature
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Customize blockquote using CSS and graphics in WordPress

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • OpenShift OctoPress Auto install Script

    OpenShift OctoPress Auto install Script is an Advanced Script to Run OctoPress on Free OpenShift PaaS Practically Without Any Knowing Ruby or Git.

  • Steps To Install Nginx Plus on Ubuntu Server (HP Cloud)

    Here Are the Steps To Install Nginx Plus on Ubuntu Server Running on HP Cloud. Nginx Plus is the Paid Version of Nginx with Extra Features.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Comments

  1. Avatarpatrick says

    April 16, 2011 at 2:24 pm

    Thanks – what file size is the logo?

  2. AbhishekAbhishek says

    April 16, 2011 at 2:31 pm

    Welcome. No specific size needed; I used 60×60 png image. I guess 40×40 to 60×60 will work fine.

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • What is the Push and Pull Model (Marketing/Sales)?December 7, 2023
  • Legal and Moral Aspects of Data MiningDecember 6, 2023
  • How Decision Support System WorksDecember 6, 2023
  • Types of Classification MethodsDecember 5, 2023
  • Time Series Analysis: OverviewDecember 5, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy