Viewing 2 replies - 1 through 2 (of 2 total)
  • Two things:

    1. In the theme customizer, Dashboard => Appearance =>

    2. Add your image to the site-branding class, like this:
    `<div class=”site-branding”>
    <a href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” rel=”home”><img alt=”birkdale_logo” src=”/wp-content/uploads/2014/08/birkdale_logo.png” /></a>
    <!– Removed search box temporarily until menu is set –>
    <!– <h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2> Hide text to show logo–>
    </div>`

    Note that I also commented out, probably temporarily, the search box which may not be necessary or even desireable in your case.
    Hope this helps.

    Two things:

    1. In the theme customizer, Dashboard => Appearance => Customize, make sure the “Display Header Text” is unchecked under Site Title and Tagline. That opens up the space…

    2. Add your image to the site-branding class of the header.php file, like this:
    `<div class=”site-branding”>
    <a href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” rel=”home”><img alt=”birkdale_logo” src=”/wp-content/uploads/2014/08/birkdale_logo.png” /></a>
    <!– Removed search box temporarily until menu is set –>
    <!– <h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2> Hide text to show logo–>
    </div>`

    Note that I also commented out, probably temporarily, the search box which may not be necessary or even desireable in your case.
    Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Pictorico theme PHP help’ is closed to new replies.