How to Remove The Plurk Timeline Bar

Posted date : 2008 Nov, 10

By now you’ve probably seen the little horizontal bar across the timeline background.  It has it’s purpose:  It’s there to visually help you track the forward or reverse scrolling of the timeline if you are quickly flipping through past or future plurks.

As “useful” as this is, it’s just not aesthetically pleasing.  So let’s give it the boot.  Paste this code into your plurk theme css.  If you’ve forgot how to get there, go to the upper left hand corner of your screen and click on “Edit” right next to “Mr Profile”.  Click on the “Customize Profile” tab, and at the bottom where it says “Customize Your Profile even more with CSS” enter the following code:

.day_bg {
opacity:0.01;filter:alpha(opacity=01);
}

Enjoy!

Posted under : All Themes, CSS, Hacks, How To by admin 

Leave a Reply