Remove pagination from featured collection section (dawn theme mobile)

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

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),