Remove pagination from featured collection section (dawn theme mobile)

Topic summary

A user seeks to remove pagination from the featured collection section on mobile and change multicolumn pagination to dots in the Dawn theme.

Solutions Provided:

  • Two contributors suggested adding CSS code to base.css to hide slider buttons using display: none targeting .slider-buttons
  • The code successfully removed the slider counter but not the pagination itself

Current Status:

  • The original issue remains partially unresolved—pagination still appears
  • User found a workaround to remove the slider counter but still needs help changing multicolumn pagination style to dots
  • One contributor suggested contacting theme support for design-related customizations

Additional Request:

  • A different user joined asking how to limit product titles to one line with ellipsis in the Dawn theme
Summarized with AI on November 12. AI used: claude-sonnet-4-5-20250929.

Hi,

i want to remove pagination on featured collection section and change multicolumn pagination to dots.

Can anyone help me?

Thank you

Store url :https://prettypleaseatelier.com

password: Naomi

1 Like

Hello @NaomiNN

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom

.section-template--19135902712157__3f56db9d-2911-4942-aace-395e910a37be-padding .slider-buttons {
    display: none;
}
1 Like

Hi @NaomiNN

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.slider-buttons {
    display: none !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly

2 Likes

Hello, thank you for your reply but the code didn’t work for me…

Hi @PageFly-Richard

thank you for your help, tried the code it removed the the slider but not the pagination. Do you have another code to remove it ? And maybe one to change the pagination to dots for the multicolumn section ?

Hi @PageFly-Richard

I have found a way, I removed the slider counter using your code as example. I just don’t know how to change pagination style for the multicolumn can you help me please ?

this is related to the design of the theme so you can contact them to get the necessary support

1 Like

hi PageFly-Richard,

it is working thank you

also i want to limit the product title to one line with an ellipsis (…) if it’s too long, can ou please tell me how To display only a one-line product title on my Shopify website (dawn theme),