jasa11
February 6, 2026, 11:59am
1
Hello,
I’m using a before/after section on my page; jasaoslaj.com
And so far its transparent which is fine but id like to put an image behind the scrolling section rather than it being transparent or with a color
This is the section in question ‘‘SS Scrolling before/after’’, and my website is primarily optimized for mobile so customizing for mobile is my main priority, if possible
Thank you!
Upload you image to the Content-> Files area of your store. Make sure it’s not huge – for background image something like 1024px-wide should be ok.
Get the URL of this image – Use “Copy link” button on the far right.
Go to the settings of the section in question in “Edit theme”
Add code like this into “Custom CSS” setting where ... is the URL you’ve just copied
{
background-image: url(...);
background-size: cover;
}
this code will only work in “Custom CSS” setting
Like this:
jasa11
February 6, 2026, 4:27pm
3
Thank you! I managed to add some extra like relative position and height to make it longer on mobile, but the initial code works fine
Hi Jasa
What theme is this? And is it a customized theme?
It’s just a bunch of sections from Sections Store.
Base theme was Turbo though.
jasa11
February 6, 2026, 4:40pm
6
yh its turbo, i just customize most things myself with SS app