Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I have been designing my website but ive facing a bug and any help would be greatly appreciated. When i scroll down on my phone a white space appears for a split second and it looks bad. Is there any code that would fix this? or maybe make it black to make it less noticeable?
Website: desirestreetwear.co
#MainContent.focus-none {
background: #000 !important;
}
place this above code in your base.css file in code editor, this will hide the white color and replace it with black, that will make it less noticeable 🙂
#MainContent.focus-none {
background: #000 !important;
}
did above code work for you? , if yes do leave a like 🙂
yes and no it stopped the white but it just made my product background black so it didnt really help.