A space to discuss online store customization, theme development, and Liquid templating.
How do remove or move the slideshow dots onto the image itself? Im on Dawn 15.0.0 Ive tried all the reccomendations here but nothings working.
Hello @ape514
U can change the js code dots:true to dots:false
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
sorry if I sound ignorant but where do I find that? Im really new to this
How to show your code or store
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Hey @ape514
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Im still woking on it but here you go https://1vnujivtnzwxkf98-5758058542.shopifypreview.com
Hey @ape514
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.slideshow__controls.slider-buttons {
display: none !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
amazing! is there anyway i can get the dots on the image?
Hey @ape514
Remove the previous code and add this new code above </body> in the end of the theme.liquid file with the same steps mentioned above.
<style>
.slideshow__controls.slider-buttons {
background: transparent !important;
margin-top: -47px !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
is there anyway i can just have the dots in white with no line or arrows?
@Moeed is there any way i can just have the dots in white with no line or arrows?