How to remove H1 tag?

Discussion in 'Infoway WordPress Theme' started by drivevertical, May 30, 2013.

  1. drivevertical

    drivevertical New Member

    Joined:
    Dec 7, 2012
    Messages:
    1
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to page.php present in your theme directory and remove the code given below

    Code:
    <h1>
            <?php the_title(); ?>
            &nbsp;&nbsp;<img src="<?php echo get_template_directory_uri(); ?>/images/arrow.png"  alt="arrow"/></h1>
    Sending image for reference
    [​IMG]



    Use same process for (template-fullwidth.php, template-contact.php and template-gallery.php).
     

Share This Page