javascript - Styling embedded Tumblr blog with CSS -
i've embedded tumblr blog on website using
<script type="text/javascript" src="http://blogname.tumblr.com/js"></script>
i've managed style body/content of posts in css
#tumblr_body { font-family: 'helvetica'; color: #000000; }
now want change style of each posts title make these bold i.e. tried implement div
in css file #tumblr_title
no effect. guys have solutions this?
cheers
Comments
Post a Comment