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!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025