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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -