Can’t find where/how to go to change background image
-
I have a template that refers to a background image (with the guacamole and chips) but I don’t know where to go in my site to change that image–I don’t know where it’s defined.
I assume this is the line in question:
<div id=”main” class=”main-block full img-back”>Can anyone help me?
JudyHere’s the code:
<?php /* * Template Name: Reservation */ ?> <?php get_header(); ?> <!–START CONTENT–> <div class=”header__page-title color reservation”> <div class=”header__text-wrapper top”> <!– /assets/icon/open-table.png” alt=””/> –> <h2 class=”header__top-title reservation”></h2> <h2 class=”header__top-title reservation”>210</h2> <span class=”header__top-text reservation”>210 Green Bay Rd, Highwood , IL 60040 <br/> LIVE MUSIC VENUE </span> </div> </div> <div id=”main” class=”main-block full img-back”> <div class=”reservation__wrapper”> <div class=”reservation__block”> <h3 class=”reservation__title”>210 is a live music venue. Some dates utilize ticketing rather than reservations. See our music calendar for your date for specific information.</h3> <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Reservation Page’) ) : ?> <?php endif; ?> <hr class=”reservation__line”/> <!– <div class=”reservation__cansellation”> /assets/icon/cancellation-icon.jpg” alt=””/> <div class=”cansellation__text-b”> <span class=”cansellation__title”>free cancellation</span> <span class=”cansellation__text”>You can cancel your booking if you change your mind</span> </div> </div> –> </div> <?php if ( have_posts() ) { while ( have_posts() ) { the_post(); the_content(); } // end while } // end if ?> </div> </div> <!–END CONTENT–> <?php require_once ‘subscribe-form.php’; ?> <?php get_footer(); ?>
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Can’t find where/how to go to change background image’ is closed to new replies.