How can I remove multicolumn arrows in Dawn on mobile?

Hi All,

Was wondering if it possible to remove the arrows at the bottom of the multicolumn in dawn.

They appear on mobile, screenshot below from the ‘sell to us’ page

URL: https://label-source.co.uk/

Thank Dan

You can hide them yourself if you have some coding knowledge. Do you have coding knowledge ? if not you can gimme collaborator access to your store and I’ll make the change.

Hi @Danielparsons .

I am Richard Nguyen from PageFly - Advanced Page Builder.

You can go to Online store => themes => Actions => Edit code and add this code on file component-slider.css

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

Hope this helps.

Best regards,

Richard - PageFly

Hi Victor, I just used this code for my store (dawn theme) and it successfully removed the multicolumn arrows but also completely removed my announcement bar at the top. I was hoping to remove the arrows from the announcement bar as well later on. Any way to get the announcement bar back?

Thanks in advance.