Firstly, thank you to the various contributors and the community on this forum for the numerous times I've found solutions whilst customising my squarespace website.
I'm using the Bedford template, and have created a slideshow banner on the home page. As standard the images and overlaying headings fade in and out. I wanted the text to remain static. I fixed this issue with the below custom css, which works fine when viewing the site on a desktop. However this doesn't fix it when viewing on a mobile device, and the text transitions in and out with the image. Can anyone help me out?
Hello,
Firstly, thank you to the various contributors and the community on this forum for the numerous times I've found solutions whilst customising my squarespace website.
I'm using the Bedford template, and have created a slideshow banner on the home page. As standard the images and overlaying headings fade in and out. I wanted the text to remain static. I fixed this issue with the below custom css, which works fine when viewing the site on a desktop. However this doesn't fix it when viewing on a mobile device, and the text transitions in and out with the image. Can anyone help me out?
Link to site: https://www.candelastudio.co.uk/
Thank you
/*Removing fade transition from index gallery */
.sqs-active-slide {
opacity: 1 !important;
}
Share this post
Link to post