December 4, 2011

Widgets

Customize BuzzBoost: Change Text & Background Color


customize feedburner buzzboostYesterday I shared the trick of hiding the Feedburner logo from buzzboost widget and today we will learn how to change the default CSS styles completely. You will be able to change the text link color, font type and size, border colors, remove feedburner logo, change bullets and background color. It is extremely easy tutorial and I am sure both wordpress and blogger users will find it easy. This trick was possible only after we expanded the javascript code provided by feedburner. So lets jump straight to work!

 

How To create Buzzboost Widget?

  1. Go To Feedburner > Publicize
  2. Select BuzzBoost from left panel

buzzboost settings

     3.   Uncheck all the boxes (as shown in the image below) and copy the code they provide

      4.  Done!

buzzboost settings

 

Change Font and Background Color Of BuzzBoost

The tutorial is similat to what we did yesterday. As I said the buzzboost HTML code that Feedburner provides you looks like this:

The Feedburner code for recent posts looks similar to this:

<script src="http://feeds.feedburner.com/TntByStc?format=sigpro" type="text/javascript"></script>

The code for your recent comments would look like this,

<script src="http://feeds2.feedburner.com/tntcomments?format=sigpro" type="text/javascript"></script>

Simply paste the following code just above the feedburner buzzboost code that you are using to display Feed headlines:

<style>

/*--- BuzzBoost Customization by MBT ---*/

div.feedburnerFeedBlock ul li {background: #E2F0FD;
list-style-type: none;
margin:0 0 5px 0px;
padding:5px 5px 5px 10px !important;
border: 1px solid #0080ff;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;

}

div.feedburnerFeedBlock ul li:hover {
 background:#ffffff;
}

div.feedburnerFeedBlock ul li a{
color:#0080ff;
text-decoration:none;
}

div.feedburnerFeedBlock ul li a:hover {
text-decoration:none;
}


div  #creditfooter{
display:none;
}

</style>

 

 

Now make these changes:

  • To change the blue Background in active mode edit background: #E2F0FD;
  • To change the background colour when mouse cursor is hovered on text the edit background:#ffffff;
  • To change the blue border edit #0080ff
  • To change link colour edit color:#0080ff;
  • To change font family then simply add the following code just below
  • div.feedburnerFeedBlock ul li a{

font-family:arial;

You can change arial to sans-serif, verdana, georgia and any web standard font you wish to use.

I have kept it simple so that you may easily understand what styles can you apply. 

Complete Code

Once you have done all the editing then add you code to blogger by going to Design and then choose HTML/JavaScript widget and paste your code inside it. Save and you are all set! Now visit your blogs to see the new colorful look.

If you want to give it a new look and feel then please feel free to let me know for any assistance if needed. Peace pals :)




If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you Subscribe to our regular Email Updates!

If you don't want to get yourself into Serious Technical Trouble while editing your Blog Template then just sit back and relax and let us do the Job for you at a fairly reasonable cost. Submit your order details by Clicking Here »

18 comments:

Abdulsalam on Dec 4, 2011, 8:23:00 PM said... #

plz mustafa tell me what should i do to remove spacing between
my content and title on static pages
www.devilstoolshop.com/p/services.html

Haider Afridi on Dec 4, 2011, 11:34:00 PM said... #

Bhai ...

1 baar phir maza a Gaya :)

Loved this One. And Thank God it will suite my template :)

Haider Afridi on Dec 4, 2011, 11:40:00 PM said... #

Looking Awesome in my Blog :)

Haider Afridi on Dec 4, 2011, 11:51:00 PM said... #

bhai little problem, i want it to align left
how to ?

As u can see here
http://www.skfanclub.com/2011/12/shradha-sharma-evicted-eliminated-from.html

It is not aligned perfectly .......

Faiz Muhammad Khan on Dec 6, 2011, 12:31:00 AM said... #

very very nice and good post , was easy to play with feed burner , mustafa bhai i want to get the heading 3 style having in your post , how can i get it , i m using self hosted wordpress and i want the css to paste in my theme!

elvira on Dec 6, 2011, 7:11:00 PM said... #

Thanks again ur site is wonderfull helps me tousend times out,good work mohamad!!
My sites looks great now make a look maybe u can insirate me for another chance.
blog 1: Gledaj me
Blog2: Titlovani Filmovi

Mohammad Mustafa Ahmedzai on Dec 6, 2011, 10:29:00 PM said... #

@Abdulsalam
The spacing is appearing because you have disable widget display on static pages. The blank space replaces the widgets and unfortunately there is no way to remove it.


@haider


Bro replace this code
div.feedburnerFeedBlock ul li {background: #E2F0FD;
list-style-type: none;
margin:0 0 5px 0px;
padding:5px 5px 5px 10px !important;
border: 1px solid #0080ff;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;

}

with this,

div.feedburnerFeedBlock ul li {background: #E2F0FD;
list-style-type: none;
margin:0 0 5px 0px;
padding:5px 5px 5px 10px !important;
border: 1px solid #0080ff;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
float:left
}

@FAIZ

Buddy in your stylesheet add this css code

.h3 {
color:#0080ff;
border-top:1px dotted #0080ff;
border-bottom:1px dotted #0080ff;
padding:3px;
}


Now when you create a post in yoru wordpress editor simply add h3 tags in Editor mode like this:
&lt;h3&gt;Your Title....&lt;/h3&gt;

Simple! :)

Haider Afridi on Dec 6, 2011, 11:45:00 PM said... #

@Mohammad Mustafa Ahmedzai

Bhai did not worked :)
but i modified it in ma style :P

Abu Shaleh on Dec 8, 2011, 1:15:00 PM said... #

Mohammad Vai,
Very Good CSS trick Form you.
Now Please Spice up 'Blogger Labels' Widget. :)

Saimoom on Dec 9, 2011, 11:09:00 PM said... #

I want to space between every post title.
like as:
1st title

2nd title

3rd title

How can I do this?

tibrado on Dec 22, 2011, 11:44:00 PM said... #

M,
Do you know how to format buzzboost to show the rss feed horizontally? So instead of this:
~rss title 1
rss body
~rss title 2
rss body 2
it would be like this
~Rss 1 ~Rss 2
rss body rss body 2?

Thank you!

klicky on Jan 25, 2012, 3:21:00 AM said... #

I'm getting 3 buttons in the end of each post [ add a comment ] [ add to Facebook} [ Tweet this]
is there anyway to get rid of them --- I've tried everything but nothing - I'm going mad :|

Thank you
klicky

EduGirl on Feb 11, 2012, 2:48:00 AM said... #

u r the best

Saimoom on May 31, 2012, 12:45:00 AM said... #

Great buddy! Its a lovely and beautiful post. +1 for this.

Visit My Blog (Bangla)

Mahmud Hasan on Jun 10, 2012, 4:55:00 PM said... #

Assalam vai, how to display this feeds horizontally like a news sticker?

Susannah Dickey on Jun 21, 2012, 3:05:00 PM said... #

This matter is downcast to earth, hats off buds out there.
Web Development

Abhishek Gupta on Jul 16, 2012, 5:45:00 PM said... #

great post sir , really helped me ,respect on......

Nima on Aug 24, 2012, 8:32:00 PM said... #

Thanks for the post.
Do you know how we can add post thumbnails to the feed also?
Thanks

Click Here To add Comment

Confused? Feel free to ask

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.

Note:
1. To add HTML CODE in comments then please use our HTML Encoder
2. You can always Test the tutorial on our HTML Editor
3. No cheesy/spam Comments tolerated Spam comments will be deleted immediately upon our review.

Regards,
Mohammad

Support Us

If our Tutorials have helped you a little, then kindly spread our voice using the badge below:-

or try a Beautiful Banner


Widgets

 
  • MBT Icons and buttons

    Icons and Buttons

    Our resources have been successfully downloaded over 10K times and found almost every where. Get yours!

  • choosing webhost for a blog

    Why HostGator?

    Learn Why we chose HostGator as our Web Host and find discount coupons to kick start your blog today!

  • SEO Settings for blogger

    ALL IN ONE SEO PACK 2012

    Learn every single SEO tip that will boost your blog's ranking and organic traffic. We got them all!

  • Blogger widgets and plugins

    Visit MBT's Blogger LAB

    Why not take a tour of all great Blogger widgets published so far? You Name it we have it!

  • become a six figure blogger!

    Become a SIX FIGURE BLOGGER

    Learn what it takes to become a successful entrepreneur and build a living online!

About The Author

Hi! I am Mohammad, a certified SEO Consultant, Pro Blogger, Computer Engineer and an addicted Web Developer. Read More..

Recipes

SEO Affiliate Marketing Social Media

Make Money Online Web hosting

Blogging Tips Web Designing

Plugins and Widgets Blogging Ethics

Recent Comments

Popular Series

Powered by:

My Blogger Tricks © 2013. All Rights Reserved | Contact |