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/
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:
Go to Online Store → Theme → Edit code.
Open your theme.liquid theme file
Paste the below code before
Hello @raqueldfrutos
I would like to give you a solution to support you:
<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 ![]()