Hey, why is this happening? the shop all button when resized/mobile version, doesn’t stay on the image and get bigger! Is there any way to keep it on the picture and just resize it in the same way of the video?
You can add code by following these steps to change
Go to Online Store → Theme → Edit code > assets > base.css
paste below code at bottom
@media only screen and (max-width:767px){
.videoBackground .videoBoxInfo {
background-color: transparent;
}
}
If you require any further information, feel free to contact me.