Hi Saba Gi
Please create Raindrops template file
name(required): hook-prepend-doc.php
and write like below.
<div><a href="http://www.example.com">www</a></div>
Thank you.
This adds a link above the header image. I would like to add a second URL to the header image. I have tried to add an image map but so far no joy.
It maybe anchor link nested issue
Please open header.php line 32
<?php echo raindrops_header_image( 'elements' );
} else { ?>
<?php echo raindrops_header_image( 'home_url');
}
plese change below
<?php echo raindrops_header_image( 'elements' );
} else { ?>
<?php echo raindrops_header_image( 'elements');
}
change from ‘home_url’ to ‘elements
Thank you.