Removing slideshow dots on narrative mobile

hi, I need assistance in removing the 3 dots under my slideshow

Hi @Rhirayy

Please go to your Themes > Edit code > Assets > Open theme.scss.liquid file and add the following code to the bottom of the file.

@media only screen and (max-width: 749px){
  .slideshow__indicators {
      display: none;
  }
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any questions!

I dont see a theme.scss.liquid file for my craft theme

Hi @Rhirayy

You first ask about the Narrative theme :slightly_smiling_face:

For the Craft theme, please go to Assets > Open component-slider.css and add the following code to the bottom of the file.

.slideshow__controls.slider-buttons {
  display:none;
}

I hope this helps!

It worked thank you, however there’s a big space in between the section

Hi @Rhirayy

Can you please share your store and password (if any) so that I can help you check further?