Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Forsaken

macrumors regular
Original poster
Dec 1, 2009
214
0
So I've embedded my tumblelog into my site (using the javascript Tumblr makes available to you), but how do I remove those ghastly numerals that appear next to embedded posts?

Tweeted this earlier but didn't receive any answers.

Thanks.
 
Unless the Tumblr widget has some configuration options, the easiest way is to add this embedded CSS declaration between the <head></head> tags of the helicopter.html page:

Code:
<style type="text/css">
    ol.tumblr_posts {
         list-style-type: none;
    }
</style>
 
It works. Thanks, dude.

Knew of that code but it never worked at first because I had forgotten how to declare it as CSS.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.