Remove Slideshow & Mulicolumn Arrows, Button & Numbers -- Help

Hello there! I have both a slideshow and multicolumn that have the arrows, dots or numbers and I would like to remove those from both.

This is the direct link, they’re both on the home page – slideshow on the very top and multicolumn at the bottom with “Affilliates”

Thank you https://globalallureusa.net/

1 Like

Hi @globalallureusa

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:
.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!

Hi there! This code worked for the multi column that I have for my “affiliates” would this work for the slideshow as well at the top of the page?

Also it still shows the numbers when I go on my mobile device?

If it not working replace on this one.

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

And Save.

This will hide all the slider buttons.

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

Thank you so much! This code worked perfectly for both issues. I appreciate your assistance!

Welcome! Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!