Shopify themes, liquid, logos, and UX
Anybody an idea how to remove the pagination counter on the Slideshow section in dawn theme?
cheers, manuel
Hey @ManuelH
Can you share the link to your store please? Thanks!
Hi and thanks for your help. I will share the store URL privately, the code did not work.
Can you send me some contact info please?
Hi @ManuelH
You check this one, it it ownt work would you mind to share your store URL? Thanks!
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.slider-buttons.no-js-hidden.slideshow__controls--border-radius-mobile {
display: none !important;
}
And save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi and thanks for your help. I will share the store URL privately, the code did not work.
Can you send me some contact info please?
Yes, you can pm me if your not comfortable to share publicly. Thanks!
Thanks for the info, check 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 {
display: none;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025