A user seeks to remove navigation arrows and a red-boxed section from their Dawn theme store—arrows on both desktop and mobile, and the red box section only on mobile.
Solution provided:
Remove arrows: Add CSS code hiding .details-disclosure elements above the </body> tag in theme.liquid
Reduce spacing: Apply custom CSS targeting specific collection list wrapper and slider elements with padding-bottom: 0 and margin-bottom: 0
Implementation issue:
The user initially struggled with code placement. The helper clarified that CSS snippets should be added above </style> at the end of theme.liquid (not above <head>), and suggested moving all style code below <head> for proper functionality.
The discussion involves iterative troubleshooting with screenshots showing before/after results, with the user requesting progressively more spacing adjustments.
Summarized with AI on November 4.
AI used: claude-sonnet-4-5-20250929.
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