Hello Everyone,
So my slide show works on my mobile but is all black on my desktop, yet the images are all the same.
How do I fix this?
Hello Everyone,
So my slide show works on my mobile but is all black on my desktop, yet the images are all the same.
How do I fix this?
Hi @maxkalz ,
Welcome to the Shopify community! Thanks for asking good question in community. It would be my pleasure to help you.
Before giving any solution can you please share me your website URL, so that I can give you a better solution.
Thanks
Hi @maxkalz ,
After visiting your webiste I got the bug and share you some code please follow the steps below to add code. After adding code your slider will works fine.
Steps:
Open your code editor in the Shopify dashboard
In the assets folder look for theme.css file and open it.
Paste the below code at the bottom of the file.
Now all done and refresh your website.
.template-index .flexslider li.slides__slide:before{
background-color: unset;
}
Thanks
Thanks Everyone,
The issue i have now is that my website slider, the images are different sizes, so mobile is perfect but the website are out of scope,
How can both be aligned to match?