• 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 » Customizing the look of Author box in WordPress with CSS

By Abhishek Ghosh April 25, 2011 8:21 pm Updated on October 17, 2014

Customizing the look of Author box in WordPress with CSS

Advertisement

Some readers has asked the solution how to customize the appearance of author box in WordPress. One of them has tried the method we wrote to customize blockquote in WordPress.

Basically, the principle is same: adding or modifying the existing CSS code in the style.css file of your current theme.Customizing the look of Author box in WordPress The reason why one person failed to customize it is, in his theme, the author box design was not defined in CSS style sheet. So, he added the CSS with name Author box.

The main problem in his case was, there was a separate php file (visible in theme editor) which was named author-info.php. So, his customization was not applied. So, take care of this thing. Re-naming it as author-info instead of Author box in the stylesheet solved the problem.

Advertisement

---

So, your first work is to find out where is the code that is defining your author box in style.css file of your current theme. Searching with author (after copy pasting the code in Notepad) should normally find it. If you do not find it, examine your theme for the corresponding name of the php file. You must name accordingly.

To get something like my Author box, you have to add (or modify) the code to like this :

 

<span style="color: #ff0000;">.author-box</span> {background-color:#e3e3e3;<span style="color: #00ff00;">background-image</span>:url(images/blockquote.png);background-repeat:no-repeat;background-position:top right;font-family:Georgia;font-size:14px;font-weight:400;color:#000;text-shadow:#fff 0 1px 1px;overflow:hidden;border-color:#eee;border-style:solid;border-width:5px;margin:0 0 30px;padding:10px 60px 10px 10px;}<span style="color: #3366ff;">.author-box img</span> {background:#FFF;float:left;border:1px solid #EAEDEF;margin:0 10px 0 0;padding:4px;}

 

Explanation

 

Firstly read this post to understand the meaning of the above codes.

.author-box defines how the box will look.

.author-box img defines the look of the Gravatar inside your author box. If you do not want customize Gravatar, just omit the code.

background-image defines the position of our logo (the Lotus), if you do not want to show, omit this line.

 

Examples

 

Author box plain with 1px border:

 

Lorem Ipsum is simply dummy text of the printing and typesetting industry

 

Border color has been made black (#000000), 1 px wide. Others has been deleted.

 

Author box without any border:

 

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

 

Border has been deleted.

 

Author box without any border and rounded corners:

 

Mauris eleifend felis et turpis tempor porttitor. Aliquam ullamcorper tellus id metus aliquam laoreet.

 

Border has been made of same color that of background, it has been rounded using CSS. Follow this tutorial to create borders rounded. If we make the border of different color, you will understand it:

 

Curabitur vel ante augue, sed gravida mauris. Duis pellentesque blandit neque sit amet luctus.

 

About the border of author image

 

If you do not want any border, simply set it to none. If you want to make one side (usually the lower) thick, mention border as 2px 2px 7px 2px (this is just an example).

 

Dotted border

 

Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;

 

Just, we have used border: 1px dotted #000;

 

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 Customizing the look of Author box in WordPress with CSS

  • 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.

  • OpenStack Swift & HPCloud CDN PHP Bindings : Basics

    Here is the basics of OpenStack Swift & HPCloud CDN PHP Bindings for the WordPress Plugin developers and those who works with PHP based CMS.

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

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…

 

vpsdime

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

  • Cloud-Powered Play: How Streaming Tech is Reshaping Online GamesSeptember 3, 2025
  • How to Use Transcribed Texts for MarketingAugust 14, 2025
  • nRF7002 DK vs ESP32 – A Technical Comparison for Wireless IoT DesignJune 18, 2025
  • Principles of Non-Invasive Blood Glucose Measurement By Near Infrared (NIR)June 11, 2025
  • Continuous Non-Invasive Blood Glucose Measurements: Present Situation (May 2025)May 23, 2025
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

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

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