How to remove black background appearing on mobile site view?

When I view my site on my cell phone, a black background appears on top of the banners. How do I remove?

hi @LarFlow

go to the online store and search for slick-slider.css file and pasted this code

.home-slideshow .slick-active .slider-content{

display:none;

}

Hello @LarFlow
I would like to give you the recommendation to support you so kindly follow steps below:

  1. Go to your Online store > Themes > Edit code
  2. Open your theme.liquid file
  3. Paste the below code before

I hope the above is useful to you.
Best regards,
GemPages Support Team

Hi @LarFlow ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

Thank you! It worked. Great job!

1 Like