Slideshow line removal

Solved

Slideshow line removal

ape514
Tourist
15 0 1

I was having issues moving the slideshow dots on to the image but I was finally able to get it on but now I have this line as well. Any way to remove it? Also if I change it to the grid layout the dots disappear and a white border pops up on the bottom. (Dawn 15.0) Is there also any way to reduce button size? They’re a little too big for me now

 

https://rm462jrqwhqbjdyu-5758058542.shopifypreview.com

 

Accepted Solution (1)

AK_Design_Dev
Shopify Partner
187 16 16

This is an accepted solution.

Hello @ape514 

add this css in this file component-slideshow.css

slideshow-component:not(.page-width) .slider-buttons {
       border: none !important;
}

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.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com

View solution in original post

Replies 2 (2)

AK_Design_Dev
Shopify Partner
187 16 16

This is an accepted solution.

Hello @ape514 

add this css in this file component-slideshow.css

slideshow-component:not(.page-width) .slider-buttons {
       border: none !important;
}

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.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com
ape514
Tourist
15 0 1

Thanks for the help! Worked perfectly