How do I remove the numbers/pause button on Dawn theme slide?

Hi experts!

Could someone please explain to me how to get rid of the circled part of the picture attached?

I can’t find how to remove the numbers/pause button.
Thanks!

http://unleashedbystella.com

Hi @UBS Please add this code in base.css file.

.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden {
    display: none !important;
}

If you are not sure where is your base.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in Refresh Theme.
  4. Click Edit Code.
  5. Search Base.css in the code in left hand side.
  6. Add the code given above.

Result:

If you need any assistance then please feel free to ask the same.

Hopefully it will help you. If yes then Please hit Like and Mark it as solution!

Best Regards

Sahil