i have added custom code in my theme which allows me to add different image to mobile and desktop version but im not able to add links to them.
here is the store link https://lumina-boutique-advertfox.myshopify.com/
pass advertfox
Hi @Advertfox
Please add link to button link of slideshow and go to your Online store > Themes > Edit code > Assets folder, open base.css file, copy this code below and add it at the bottom of base.css file
.slideshow__text-wrapper {
padding: 0 !important;
max-width: 100% !important; }
.slideshow__text { height: 100% !important;
width: 100% !important;
opacity: 0;
max-width: 100% !important; }
.banner__buttons .button {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0; }
it’s not working ![]()
Did you add link button link of your slide?
yes, it was already linked
i did have added one letter to button label and boommmmm !!! it’s working, and thankfully buttons are not visible on images :)))))))) thanks a lot for all your help
Happy I could help!