Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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/
Solved! Go to the solution
This is an accepted solution.
Try this one.
.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!
This is an accepted solution.
Try this one.
.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!