Can anyone share some code to hide the pagination on a slideshow for the dawn 15.2.0 theme?
Topic summary
A user seeks to hide pagination on a slideshow in the Dawn theme (version 15.2.0).
Solution Provided:
- Navigate to Online Store → Edit Code → theme.liquid file
- Insert custom CSS code above the
</body>tag - The code targets slideshow pagination elements to hide them using
display: none
Outcome:
The solution was confirmed successful by the original poster, who thanked the respondent for the working fix.
Hey @KAillustration
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
1 Like
Amazing thank you!
