Support » Theme: P3 » How to remove logo completely?

  • Just installed P3 v. 1.1.4. I like but I don’t see how to remove the logo completely. I see in Theme options where I can replace the default logo image, but not how to completely eliminate the logo. I just want a minimalist header of the Blog Title and Blog Description.

Viewing 1 replies (of 1 total)
  • In the P3 directory open header.php and look for the following

    <div class="image">
    		<img src="<?php echo esc_url(ot_get_option('custom-logo', get_template_directory_uri().'/i/logo.jpg')) ?>" alt="<?php bloginfo( 'name' ); ?>" height="120px" />
    	</div>

    Simply remove or comment out all those 3 lines and save. You’ll then have no header image and be left with the text.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove logo completely?’ is closed to new replies.