Re: Remove arrows & pause and play button mobile & desktop remove counter on mobile

Solved

Remove arrows & pause and play button mobile & desktop remove counter on mobile

jakethagun
Excursionist
20 0 1

Hello i have a 2 part question. 

 

- On desktop and mobile I want to remove the pause and play button and just keep the dots.

- On mobile I want to remove the counter for collections too. 

- Bonus points to change the dots to white.

Screenshot_9.jpg

Screenshot_11.jpg

Screenshot_10.jpg

  

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
544 109 109

This is an accepted solution.

Hello @jakethagun 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-slideshow.css
add this code at the end of the file

@media screen and (min-width: 750px) {
.slideshow__autoplay.slider-button {
display: none !important;
}
}
@media screen and (max-width: 749px) {
slideshow-component.page-width .slideshow__autoplay {
display: none !important;
}
}
.slider-counter__link--active.slider-counter__link--dots .dot {
background-color: white !important;
}
.slider-counter.caption {
display: none !important;
}
.slider-button {
display: none !important;
}


and the result will be
6.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

View solution in original post

Replies 7 (7)

Huptech-Web
Shopify Partner
930 187 196

Good day, @jakethagun , Could you kindly provide me with the link to your store?

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at [email protected] or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
jakethagun
Excursionist
20 0 1

https://7e769e-70.myshopify.com/

 

Password: jake 

 

Thanks!

Huptech-Web
Shopify Partner
930 187 196

Hello @jakethagun, To accomplish this, you can easily uncheck the checkbox as depicted in the screenshot, or you can achieve the same result by adding a small snippet of code in the custom.css file.


Screenshot_40.png

.slideshow__controls .slider-button {
    display: none !important;
}
.slideshow__controls  .slideshow__autoplay.slider-button {
    display: none !important;
}
.slideshow__controls .slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: grey;  /* you can change the color of dots to white */
}

Feel free to reach out if you have any additional questions. If this solution is helpful, please consider liking and accepting it.
S.P

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at [email protected] or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
jakethagun
Excursionist
20 0 1

I want to keep the slides auto rotating though. I just wanted to remove the visuals besides the dots. Thank you though it removed the arrows etc and I changed it to white.

 

Any idea how to get rid of the collection counter/arrows on mobile? 

Rahul_dhiman
Shopify Partner
544 109 109

This is an accepted solution.

Hello @jakethagun 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-slideshow.css
add this code at the end of the file

@media screen and (min-width: 750px) {
.slideshow__autoplay.slider-button {
display: none !important;
}
}
@media screen and (max-width: 749px) {
slideshow-component.page-width .slideshow__autoplay {
display: none !important;
}
}
.slider-counter__link--active.slider-counter__link--dots .dot {
background-color: white !important;
}
.slider-counter.caption {
display: none !important;
}
.slider-button {
display: none !important;
}


and the result will be
6.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
jakethagun
Excursionist
20 0 1

You are the best thank you!

Rahul_dhiman
Shopify Partner
544 109 109

Thanks.... always there to help you.
Please hit the like button also.

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167