How To Make The Slideshow Pagination Invisible - Dawn Theme

Solved
JoleneXu
Visitor
3 0 1

Hello! I set up my slideshow auto-rotated, and I am trying to figure out how to make the pagination of it invisible (picture attached). I tried to edit code on Theme but couldn't find to hide the pagination code. Any suggestions would be extremely helpful!
My store link: segohair.com

20231026-151242.jpg

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4092 937 1144

This is an accepted solution.

Hi @JoleneXu 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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.no-js-hidden {
    visibility: hidden !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1698304733359.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 2 (2)
Dan-From-Ryviu
Shopify Partner
5570 1020 1045

Hi @JoleneXu 

Go to your Online store > Themes > Edit code > Assets > open base.css file, add this code below at the bottom and save file 

.slideshow__controls { display: none !important; }

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

Made4uo-Ribe
Shopify Partner
4092 937 1144

This is an accepted solution.

Hi @JoleneXu 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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.no-js-hidden {
    visibility: hidden !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1698304733359.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com