How to change the position of the button in my home slideshow

Hello,

The position of a button in my slideshow its placed in the center for default. I would like to know how to place it at the bottom part.

This is my website: https://dewandcorch.com/

Hallo @raqueldfrutos

send screenshot

Hello @raqueldfrutos ,

I checked your website but I can’t found any button in the slideshow section.

Could you please add a button in the slideshow then I can see and suggest something for you?

Best regards,
GemPages Support Team

Hello,

I just added it to my slideshow but its placed in the middle and it covers part of the image so I have to solve this as soon as possible. Thank you!!!

Hallo @Alliance

You can add code by following these steps to change collection and product pages background color:

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid theme file

  3. Paste the below code before

.flickity-nav.flickity-prev { top:800px !important; } .flickity-nav.flickity-next{ top:800px !important; }
 

Hello @raqueldfrutos
I would like to give you a solution to support you:

  1. Go to Online Store-> Theme-> Edit code
  2. Open your theme.liquid theme file
  3. Paste the below code before :
<style>
.slideshow__slide-content {
position: absolute;
bottom: 10% !important;
}
.main-slideshow .button.white {
background: #fff !important;
border-color: #fff !important;
color: #393939 !important;
}
</style>

Was my reply helpful? Please Like and Accept Solution. This mean alot to me.

Got it!! Thank you so much :blush: