Does anyone know why there is gray space on my password page? I tried all different types of troubleshooting but still nothing works. If anyone knows, it would be much appreciated. I have added a photo for reference. I know the gray is so faint but I would prefer for it to not be there.
2 Likes
hey @ampadorscaledit share the URL of your website plz
hey @ampadorscaledit dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the ----->
before the body ----->
if this code work please do not forget to like and mark it solution
Hey there @ampadorscaledit
I recommend that you try out these Steps here
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above tag.
<style>
.banner--large.video-background:not(.banner--adapt) {
min-height: 100rem !important;
}
</style>
i am not sure why but this did not change anythng, i am still having the issue.
thanks for your help but this did not fix my issue.