Hi Saba Gi
For example
Add to functions.php first line(<?php before )
<?php
add_filter( 'raindrops_header_image_contents', 'my_custom_header_image_content' );
function my_custom_header_image_content( $content ){
return '<a style="border-radius: 50px;-moz-border-radius: 50px;-webkit-border-radius: 50px;border: 0px solid #800000;width: 100px;height: 100px;background: orange;display: table;text-align: center;margin: 28px 0;margin-left:20px;" href="http://www.tenman.info/wp3/raindrops/"><span style="display: table-cell;vertical-align: middle;text-align: center;color: #fff;font-weight: bold;font-size: 28px;">♠</span></a>';
}
?>
Thank you.
That work thanks for such a fast turn around.