• I am using your theme Blanc and I wonder how I could hide the site title and tagline on all the pages without deleting.

    Thank you in advance

Viewing 1 replies (of 1 total)
  • Theme Author Anonymous User 13805271

    (@anonymized-13805271)

    Hi vardaryildizi,

    Open header.php then delete or comment out the following lines;

    <h1><a href="<?php echo esc_url( home_url() ); ?>"><?php bloginfo('name'); ?></a></h1>
    <p><?php bloginfo('description'); ?></p>

    I recommend you to make your own child theme when editing so that it woundn’t be overwritten in case of theme updates.

Viewing 1 replies (of 1 total)
  • The topic ‘site title and tagline’ is closed to new replies.