Posted - 05/20/2025 : 10:01:04
Hi All,
I need to make design changes on the Premium Spirit ASP Template HomePage.
I need to remove the Slider and replace with something else.
I have found the Slides html code in default.asp listed below as expected:
<div class="bannerWrapper"> <div class="banner"> <div class="slidercontainer"> <div class="sliderimages"> <img src="images/banner1.jpg" alt=""/> <div class="slidercaption">Your captivating caption...</div> </div> <div class="sliderimages"> <img src="images/banner2.jpg" alt=""/> <div class="slidercaption">Your optional sales message...</div> </div> <div class="sliderimages"> <img src="images/banner3.jpg" alt=""/> </div> </div> </div> </div>
looks like this has JavaScript associated with it? I have looked in the ECTCART.JS and line 968 shows ECT SLIDER. Is this where I would edit, comment out the Image Slider on the Homepage?
Thankyou to everyone in advance.
Best Regards
Edited by - Ratfink11 on 05/20/2025 10:06:55
|