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 1 post (of 1 total)
  • Author
    Posts
  • #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 1 post (of 1 total)
  • You must be logged in to reply to this topic.