• Resolved sunchiller

    (@sunchiller)


    Hello acosmin team,
    I am hardly trying to hide the page title and description in the header but want to keep it in the browser tap (next to the favicon).
    So when I want to give my webside a name and description like the one on here next to the favicon WordPress>Support>>JustWrite, it automatically shows up in the header. I am using my own design background and would like to hide the title and description in the header.

    Can you help me please. I don’t know what I have to type in where in order for it to disappear.

    Thanks a lot for your help

Viewing 2 replies - 1 through 2 (of 2 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 -->
    Thread Starter sunchiller

    (@sunchiller)

    Great! Thanks so much for that fast reply!
    best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header – Title and description hiding’ is closed to new replies.