• Resolved vktr

    (@vktr)


    Hi,

    I am using Modularity Lite for the following site I tried to add a Header Image and later decided to have a slideshow bellow instead. But when I disabled the header, a box showing a broken link is still there.

    Can anybody help, please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Go to the folder of theme and open header.php.

    Then delete this part:

    <?php if ( get_theme_mod( 'header_image' ) ) : ?>
    <div id="header-image">
    <img src="<?php header_image() ?>" width="950" height="200" alt="" />
    </div>
    <?php endif; ?>

    It’s very easy and it’s not a problem.

    Thread Starter vktr

    (@vktr)

    That’s great. Thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to delete HEADER broken link box’ is closed to new replies.