[Theme: Elegant Grunge] Link Logo Image to home page
-
Hi everybody. I recently got a logo done for my site and i successfully put it up on the site. I was hoping to have it link back to the home page when you click on it. I put up the logo through the elegant grunge’s options under appearance.
i was thinking maybe it can be done through here:
<?php if ( get_option(‘header_image’) ) : ?>
<style type=”text/css”>
#header div {
background: url(<?php echo get_option(‘header_image’) ?>) no-repeat center top;
width: 100%;
height: 100%;
display: block;
}Check it out if you’d like. the banner and logo i did separately.
https://www.vorochta5.com
i’ve been googling it for hours and came up with nothing successful….please help.
- The topic ‘[Theme: Elegant Grunge] Link Logo Image to home page’ is closed to new replies.