• Closed
  • Camilla Carboni
    Spectator
    July 9, 2015 at 7:06 pm #18735

    Hello,
    I’m wanting to use a static image with an email opt-in form in the top fold of my home page (above the Front Page Content Boxes where the slideshows typically go). Where do I access the code for that section of the page to adjust it?
    Thanks,
    Camilla

    Denzel Chia
    Moderator
    Posts: 2656
    July 10, 2015 at 5:28 am #18741

    Hi,

    Open up header.php at the end of the file you will find the following codes.

    <!--BEGIN #content-->
    <div id="content">
    <?php if (is_front_page()) {
    evolve_content_boxes();
    }
    ?>

    This is the code for the content boxes. The code if (is_front_page()) means it will appear only on homepage.
    Sorry, that’s all we can provide for this issue, we do not provide support for customization.

    Thanks!
    Denzel