Hide pagination on slideshow Dawn theme 15.2.0

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.

Summarized with AI on November 4. AI used: claude-sonnet-4-5-20250929.

Can anyone share some code to hide the pagination on a slideshow for the dawn 15.2.0 theme?

Hey @KAillustration

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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!