remove slideshow controls

hi there, with my slideshow on this homepage https://ultimateliving.co.nz/, how can i remove those slideshow controls completely?

it is Dawn theme.

Hi @ultimateliving

TRy this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.slideshow__controls.slideshow__controls--top.slider-buttons.slideshow__controls--border-radius-mobile {
    display: none !important;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

unfortunately this didn’t work, i tried it both in theme.css and base.css?

Hi @ultimateliving , thanks for reaching out.

I checked your issue but I cannot notice any slideshow control, could you kindly help me check again?

Thanks for your patience and cooperation.

Liz

Of course, it wont work in your base.css. There is a lot of missing bracket so youll have problem in your base css.

Seems like it working now.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!