--> Customize BuzzBoost: Change Text & Background Color | Experience Lab - Online business creation and development guide for bloggers and startups

Customize BuzzBoost: Change Text & Background Color

Yesterday I shared the trick of hiding the Feedburner logo from buzzboost widget and today we will learn how to change the default CSS styl...

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 :)

COMMENTS

Name

Affiliate Marketing,12,Announcement,34,Bing,9,Bitcoin,38,blog,7,Blogger Resources,42,Blogger Templates,4,blogger tricks,156,Blogging ethics,70,Blogging tips,198,Bugs and Errors,34,Business,11,Copyright Violation,9,CSS and HTMLTricks,95,Designs,8,drop down menu,7,eBook,12,Email Marketing,7,Events,30,Facebook,30,Facebook tricks,49,Google,157,Google AdSense,42,Google Analytics,7,Google Plus,51,Google Plus Tricks,38,Guest Posts,112,home,2,How To,77,Internet,1,JSON Feeds,25,Kitchen Recipes,2,Label Based Sitemap Themes,1,Make Money Online,108,Marketing,17,MBT Blogger Templates,7,Menus,1,News,146,Pages,1,Posts,10,presentations,15,Responsive,10,Reviews,7,SEO,307,Settings,6,Shortcode,15,Sitemap Themes,1,Social Media,155,Technology,7,Templates,1,Tips,2,Tools,1,Traffic Tips,80,Video,19,Web Designing,62,web hosting,18,Webmaster Tools,97,Widgets,199,wordpress,26,
ltr
item
Experience Lab - Online business creation and development guide for bloggers and startups: Customize BuzzBoost: Change Text & Background Color
Customize BuzzBoost: Change Text & Background Color
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhabbxHBXiix8tD5Ts7dco9mQXbaKKSvGtZNbS0jBDZINdTBllcSqVDmCtemLYHocbhFLPkGG-bMmHmz28ogAxxnvB0o_CVKSDderY3tBqiRiGY5eGaus_3XOMJA7xo7VWDYqdctKNBma0/?imgmax=800
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhabbxHBXiix8tD5Ts7dco9mQXbaKKSvGtZNbS0jBDZINdTBllcSqVDmCtemLYHocbhFLPkGG-bMmHmz28ogAxxnvB0o_CVKSDderY3tBqiRiGY5eGaus_3XOMJA7xo7VWDYqdctKNBma0/s72-c/?imgmax=800
Experience Lab - Online business creation and development guide for bloggers and startups
https://www.experiencelab.info/2011/12/customize-buzzboost-change-text.html
https://www.experiencelab.info/
https://www.experiencelab.info/
https://www.experiencelab.info/2011/12/customize-buzzboost-change-text.html
true
2959477579779989044
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share. STEP 2: Click the link you shared to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy