Hi all,
I'm using the iRecipes theme a preview of which you can see at the following link http://newwpthemes.com/demo/iRecipes/
It was easy to replace the logo image but I would also like to add an image on the top-right corner where there is the FlexiTheme ad. In my header.php file the relevant line of code for the ad is this:
<div class="span-13 last" style="padding-top: 12px; text-align:center;">
<?php echo get_theme_option('ad_header'); ?>
</div>
I would greatly appreciate it, if someone could give me the piece of code I need to put in my header file and in my css for the image I intend to use.
Thank you in advance, ;-)