Hello can you help me fix this problem ? I would like to remove the white please, thank you so much
1 Like
Would you mind to share your Store URL website? with password if its protected. Thanks!
1 Like
Sure https://f8b090.myshopify.com/ thanks for the reply
Thank you for the information. Just to clarify, do you like to the button same on the desktop. If it is check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 749px){
.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-scheme-dfa0399c-cded-4117-989e-1a44502b653d.gradient.slideshow__text--center.slideshow__text-mobile--center {
bottom: 150px;
}
.slideshow__text-wrapper.banner__content.banner__content--middle-center.page-width {
height: 0px;
}
}
- And Save.
- Result:
Just a friendly suggestion, I think its better that you transparent the button so it wont cover the product. Like this.
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like
Very nice thank you !!
Excuse me but it went back again to normal :((
1 Like
I add important on it. Please, replace with this code. Thanks!
@media only screen and (max-width: 749px){
.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-scheme-dfa0399c-cded-4117-989e-1a44502b653d.gradient.slideshow__text--center.slideshow__text-mobile--center {
bottom: 150px !important;
}
.slideshow__text-wrapper.banner__content.banner__content--middle-center.page-width {
height: 0px !important;
}
}
And Save.
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!



