Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    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;">&spades;</span></a>';
    }
    ?>

    Thank you.

    Thread Starter Saba Gi

    (@saba-gi)

    That work thanks for such a fast turn around.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Second link to header image’ is closed to new replies.