Editing footer.php to replace text with an image
-
Hello!! I’m doing some work on a wordpress site that was started by another designer using the CLASS theme by brainbuzzmedia. I need to edit one bit of the footer.php so I can replace the text that’s supposed to go there with an image, or maybe even modifying the text placement, color and size. Any suggestions? Here’s the bit I want to edit:
<div class=”copyright”>
<!–Footer Text from Admin Options –>
<?php $footertext = get_option(‘bb_footer_text’); ?>
<p class=”tiny”><?php if($footertext != NULL) {echo $footertext;} else {echo ‘
Get a quote. Remove after purchase.’;} ?></p>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Editing footer.php to replace text with an image’ is closed to new replies.