Yesterday 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 an
How To create Buzzboost Widget?
- Go To Feedburner > Publicize
- Select BuzzBoost from left panel
3. Uncheck all the boxes (as shown in the image below) and copy the code they provide
4. Done!
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:
The code for your recent comments would look like this,
Simply paste the following code just above the feedburner buzzboost code that you are using to display Feed headlines:
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 editbackground:#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{
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 :)
0 comments:
Post a Comment