How To Customize Tags Style In WordPress Thesis Theme

by Mike

tag-cloud

Thesis Theme is the most Customizable theme available in market,U can Customized thesis theme according to your requirement or usability.Every part of thesis theme is Customizable u just need to put right code in to right place.I am adding one  more article in my  thesis theme customization section,Tag Cloud is a collection of common word used to describe the content of web sites or blog.

tag-cloud

How To Customize Tags Style In WordPress Thesis Theme.

Before starting tutorial just have a look on my previous  tag style

tag-image

1.There are Two simple step to achieve this let’s Start :) :-

1.First download a tag  image file and uploaded to your custom images folder in Thesis Theme ,if don’t have image folder just create one.

2.Just copy below CSS code and paste to your Custom.CSS file.

.post_tags {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://Yourdomain.com/wp-content/themes/thesis_18/custom/images/tag.gif) no-repeat scroll left center;
border-right:1px solid #C2C1C1;
display:inline;
float:left;
height:19px;
margin-top:5px;
padding-left:20px;
padding-right:10px;
text-decoration:none;
top:43px;
}

2.Another ways is Customize Tags Style without any image,just like below image.

Wordpress tags

For that just copy below css code and paste inside your cutom.css.

/*Tags*/
.custom .post_tags a {background-color: #006699; color: #FFF; margin: 2px; padding:
7px !important; text-decoration: none; line-height:40px;}

Just Click on save button and check your blog.Enjoy Customize Tags Style In WordPress Thesis Theme :)

Related Posts:

Share This Article

{ 2 comments }

shashank

Bro i used ur code to edit Tag css but now i want to place these tags below comment Form in thesis! Could you help me out please?

Anuj Sharma

for that you need to add little code in your functions.php contact me contact form.

Previous post:

Next post: