Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter marcelino671

    (@marcelino671)

    Hi, first, thanks for made this theme!

    I’m already using a child theme, I copied the header.php from Ignite theme and move it to my child theme folder, and I only changed inside the div with title.info class:

    <div id="title-info" class="title-info">
    		<?php get_template_part('logo')  ?>
    
            <img id="contato" src="<?php echo get_stylesheet_directory_uri(); ?>/images/contato-small.png" usemap="#social">
    
            <map name="social">
                <area shape="rect" coords="0,0,198,50" href="https://www.facebook.com/pages/Cowabunga/1451123611808403" target="_blank" alt="Facebook">
                <area shape="rect" coords="0,50,198,100" href="http:\\twiter.com" target="_blank" alt="Twiter">
                <area shape="rect" coords="0,100,198,150" href="http:\\gmail.com" target="_blank" alt="Gmail">
            </map>
    
    	</div>

    Ty for help!

Viewing 1 replies (of 1 total)