changing coin slider image in wordpress theme
-
I’ve installed a wordpress theme containing coin slider. I can’t seem to figure out how to change the images to customize it for my business. My website is https://www.canalsolutions.com
Here is the header.php code for the coin slider. I tried a few different things, but just haven’t had any luck. Please help! Thanks.
<<div id=”coin-slider”> <img src=”<?php bloginfo(‘template_directory’); ?>/images/slider_img_1.jpg” width=”960″ height=”470″ alt=”slide1″ /><span class=”cs-title”>Building Connections to Resources<small>Fusce nec iaculis risus. Phasellus nec sem sed tellus malesuada porttitor. Mauris scelerisque feugiat ante in vulputate. Nam sit amet ullamcorper tortor.</small></span> <img src=”<?php bloginfo(‘template_directory’); ?>/images/slider_img_1.jpg” width=”960″ height=”470″ alt=”slide2″ /><span class=”cs-title”>Building Connections to Resources<small>Fusce nec iaculis risus. Phasellus nec sem sed tellus malesuada porttitor. Mauris scelerisque feugiat ante in vulputate. Nam sit amet ullamcorper tortor.</small></span> <img src=”<?php bloginfo(‘template_directory’); ?>/images/slider_img_3.jpg” width=”960″ height=”470″ alt=”slide3″ /><span class=”cs-title”>Building Connections to Resources<small>Fusce nec iaculis risus. Phasellus nec sem sed tellus malesuada porttitor. Mauris scelerisque feugiat ante in vulputate. Nam sit amet ullamcorper tortor.</small></span> <img src=”<?php bloginfo(‘template_directory’); ?>/images/slider_img_4.jpg” width=”960″ height=”470″ alt=”slide4″ /><span class=”cs-title”>Building Connections to Resources<small>Fusce nec iaculis risus. Phasellus nec sem sed tellus malesuada porttitor. Mauris scelerisque feugiat ante in vulputate. Nam sit amet ullamcorper tortor.</small></span> </div>
- The topic ‘changing coin slider image in wordpress theme’ is closed to new replies.