.

.

How do we remove video from the slider in Kartparadigm Template in Magento?

Open the file:

root/app/design/frontend /kartparadigm/default/template/home/home-slider.phtml

And go to the line 262 and delete this code

<div class = "item">
<iframe width = "100%" height = "<? php echo $ sliderheight;?>" src = "https://www.youtube.com/embed/9qduIPPRdCc?autoplay=1" frameborder = "0" allowfullscreen> </ iframe>
</div>


EmoticonEmoticon