system
November 11, 2024, 4:22pm
1
Hi, i want to remove the arrows like i describe in the picture and remove the part in red. I want to remove the arrows in desktop and mobile version and remove the part in the red box only on mobile. I hope you can help me. Thank you
I’m using the newest dawn theme and my url is: https://8ni0pc-bm.myshopify.com/de
Moeed
November 11, 2024, 4:24pm
2
Hey @Anonymous
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
system
November 11, 2024, 4:28pm
3
Amazing. Thank you.
I add a picture to my question. Is it impossible to remove the part in the red box under the category bubbles?
Kind regards
Moeed
November 11, 2024, 4:30pm
4
Hey @Anonymous
Keep the previous code and add this new code above in the end of theme.liquid file
.slider-buttons {
display: none !important;
}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
system
November 11, 2024, 4:32pm
5
Thank you. Is it possible to remove a little bit more like here:
Moeed
November 11, 2024, 4:35pm
6
You can add this code.
.collection-list-wrapper.page-width.isolate.page-width-desktop.no-heading.no-mobile-link.section-template--23452401336584__collection_list_PUpHEH-padding {
padding-bottom: 0 !important;
}
ul#Slider-template--23452401336584__collection_list_PUpHEH {
margin-bottom: 0 !important;
}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
system
November 11, 2024, 4:39pm
7
Thank you. Where should i put the code? I put it above head but it looks like this now:
Moeed
November 11, 2024, 4:40pm
8
Add it above in the end of theme.liquid file as last time.
Best Regards,
Moeed
system
November 11, 2024, 4:51pm
9
I add it here at abouve the last and its not working.
Moeed
November 11, 2024, 4:53pm
10
Drag all of this code from to below and it should be good then.