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

How to remove the white bar below a slideshow section?

Solved

How to remove the white bar below a slideshow section?

LoftedGolf
Tourist
3 0 1

How do I remove the white bar with pagination options underneath a slideshow section? My website is all black and it looks out of place. 

 

ThanksScreenshot 2024-02-23 153823.png

Accepted Solution (1)

Anshul_arora
Navigator
453 129 105

This is an accepted solution.

Hello @LoftedGolf ,

I understand you are looking to remove the pagination from the sideshow section.

You can implement this change by adding a small code in your store base.css (or .css file) file [I am assuming you are using dawn them]

Please add the below mentioned code.

-> First open the base.css file https://prnt.sc/FAoCm2xVNFxi , https://prnt.sc/OeJQ0i5r1Dii

-> Add the below mentioned code at the bottom of base.css file and save

.slideshow__controls.slider-buttons.no-js-hidden {
display:none;
}

I hope the code helps you.

Please let me know if you have any query.

Thank you.

 

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here

View solution in original post

Replies 6 (6)

ZestardTech
Shopify Partner
6161 1100 1479

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
LoftedGolf
Tourist
3 0 1
Hi,

There isnt a password but the site is loftedgolf.net

Anshul_arora
Navigator
453 129 105

This is an accepted solution.

Hello @LoftedGolf ,

I understand you are looking to remove the pagination from the sideshow section.

You can implement this change by adding a small code in your store base.css (or .css file) file [I am assuming you are using dawn them]

Please add the below mentioned code.

-> First open the base.css file https://prnt.sc/FAoCm2xVNFxi , https://prnt.sc/OeJQ0i5r1Dii

-> Add the below mentioned code at the bottom of base.css file and save

.slideshow__controls.slider-buttons.no-js-hidden {
display:none;
}

I hope the code helps you.

Please let me know if you have any query.

Thank you.

 

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here
Anshul_arora
Navigator
453 129 105

Hello @LoftedGolf ,

As I have seen you are using the Spotlight theme, my above mentioned solution is also applicable in the Spotlight theme. You can try at once

[Note-> After code implementation, make sure you have selected(checked) "Auto-rotate style" , if not steps for doing this change https://prnt.sc/MOSqWiKctWVF  , https://prnt.sc/CmCvCFneaac5  , https://prnt.sc/aWLM-PxCTVtb  ]

Thank you.

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here
LoftedGolf
Tourist
3 0 1

That worked, thanks!

Shekaroo
Visitor
1 0 0

Hello, I want to remove the pagination white bar too and I did what you said in your post, but it doesn't work, do you have a different solution? Thanks a lot.