Jump to content

[SOLVED] Module lofcustom doesn't change images


Recommended Posts

Hi,

I am using leo sportshoe theme.

I would like to change images on this slide.

 

 

/themes/leoshoe/modules/lofcustomtop/images

 

I went to above location and upload the image i want , but for some reason image would not displayed.

 

 

This below is the html code inside lofcutomtop module 

<div class='main'>
                <div class='view view-seventh'>
                    <img src='modules/lofcustomtop/images/adv1.jpg' alt='' />
                    <div class='mask'>
                        <h2>Footwear of the Year</h2>
                        <p>Widefitshoes4u Nominated for 2013</p>
                        <a href='#' class='info'>Read More</a>
                    </div>
                </div>
                <div class='view view-seventh'>
                    <img src='modules/lofcustomtop/images/adv2.jpg' alt='' />
                    <div class='mask'>
                        <h2>Hover Style </h2>
                        <p>Lorem ipsum dolor sit amet conse</p>
                        <a href='#' class='info'>Read More</a>
                    </div>
                </div>
            </div>

                
            

Thanks 

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...