badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Replacement of pagetitle and subtitle for an image (logo)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11497
    johannes
    Participant

    I’m currently struggeling to properly get my logo in place. It’s actually supposed to be on the same height as the navigation with alignement to the left. But that’s where the pagetitle and subtitle are positionend. Which possibilities do i have to replace this plain text for an image? Thanx.

    #11531

    hi johannes,
    You need code customization for it to remove the title of an image logo.
    inside interface-> inc-> structure-> header-extension.php

    Remove this code with on line no 361

     <h1 id="site-title"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <img src="<?php echo $options[ 'header_logo' ]; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"> </a> </h1>
    
          <h1 id="site-title"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"> <img src="<?php echo $options[ 'header_logo' ]; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"> </a> </h1>

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.