Hi! I’m trying to remove the dots from our homepage banner as we no longer want it to be a slider/carousel. Can someone help me? We’re using the Prestige theme.
- In your Shopify Admin go to online store > themes > actions > edit code
- In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
- paste this code right above the tag:
Kind regards,
Diego
Ahh I tried this, but it still doesn’t seem to disappear on the homepage.
Thank you anyways!
Hi @amrutavyas ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Hi @amrutavyas ,
Please share your store URL and password of front view.
So that I will check and let you know the exact solution here.
Best regards.
Hi @amrutavyas ,
You can try follow the instruction below:
- Go to Online Store → Theme → Edit code.
- Asset → find file custom.css and paste code below into the file.
div#myCarousel .carousel-indicators {
display: none;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hi @amrutavyas ,
You can try follow the instruction below:
- Go to Online Store → Theme → Edit code.
- Asset → find file custom.css and paste code below into the file.
#myCarousel .carousel-indicators {
display: none !important;
}
If you find this answer helpful, please mark it as a SOLUTION.
Best regards.
Go to Edit code -Asset -custom.css and paste at the end;
div#myCarousel .carousel-indicators {
display: none;
}
Sample site baileys
