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

Solved

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

globalallureusa
New Member
5 0 1

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/

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9579 2279 2828

This is an accepted solution.

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;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1736544046861.png

     

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
9579 2279 2828

This is an accepted solution.

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;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1736544046861.png

     

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
globalallureusa
New Member
5 0 1

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?

Screen Shot 2025-01-10 at 5.20.49 PM.png

globalallureusa
New Member
5 0 1

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

 

Made4uo-Ribe
Shopify Partner
9579 2279 2828

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! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
globalallureusa
New Member
5 0 1

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

Made4uo-Ribe
Shopify Partner
9579 2279 2828

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.