I need help in to change image banner in autoplay video.
Can someone help me with that.
Thank you.
www.artisstik.com
https://artisstik.com/
here is the URL.
Hi @Kakar ,
Is this the result you want?
Go to Themes → Edit code.
Add these codes to your global.js file (at the end);
let banner = document.querySelector("div.banner__content.banner__content--bottom-center.page-width.scroll-trigger.animate--slide-in > div > h2");
banner.innerText = "CONTENT OF THE BANNER";
You can change the banner’s content by altering the “CONTENT OF THE BANNER” of the texts you want.
1 Like