Viewing 1 replies (of 1 total)
  • Theme Author acosmin

    (@acosmin)

    Open header.php and remove these lines:

    <div class="logo">
            	<a href="<?php echo esc_url( home_url() ); ?>" title="<?php bloginfo( 'title' ); ?>" class="logo-contents<?php ac_logo_class(); ?>"><?php ac_get_logo(); ?></a>
                <?php
    				// Ads variables - Options Panel
    				$ad728_show = of_get_option( 'ac_ad728_show' );
    				$ad728_code =  of_get_option( 'ac_ad728_code' );
    
    				if ( $ad728_code == '' ) :
    			?>
                <h2 class="description"><?php bloginfo( 'description' ); ?></h2>
                <?php endif; ?>
            </div><!-- END .logo -->
Viewing 1 replies (of 1 total)
  • The topic ‘supress title’ is closed to new replies.