Accidently put two arrows under picture on home page

I think i accidently put something or changed something in the theme code because now there are two arrows showing under the product picture on the home page. Does anyone know how to remove this or what caused it? I’m using Dawn theme. Thank you!

Hey @Lannersocks

I don’t see this on your website, are you working on a draft theme?

Best,
Moeed

I’m sorry, its only on the mobile version!

Good day @Lannersocks , To remove those two arrows, please follow the steps below:

  1. Go to Online Store in your Shopify admin.
  2. Click Edit Code, then open base.css (or your custom CSS file).
  3. Paste the CSS code provided below into the file.
@media screen and (max-width: 749px) {
.featured-product .slider-buttons.quick-add-hidden {
    display: none;
}
}

I’ve also attached screenshots for your reference, so you can easily follow along.

If you have any questions or need further assistance, please don’t hesitate to ask.

If this solution helps you, please don’t forget to like and accept it.

Best Regards,

(S.P)