How to remove arrows under blog and categories? (Dawn Theme)

Hi, I want to remove the arrows in the shopify mobile version only under my blog entries and categories like i describe in the pictures. I use the Dawn theme. Is that possible?

url: https://u6sinz-xt.myshopify.com/

password: 123

Thank you

1 Like

Hello,

The password 123 is not working

Hi @Anonymous

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 989px){
.collection-list-wrapper .slider-buttons, .blog .slider-buttons {
    display: none;
}
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!