Whenever I preview my store on desktop everything is fine and the logo is ok, but whenever I switch to mobile view the background of the logo is white. I made sure the logo is a png and is transparent already. Please is there any fixes to this? My store link is www.spaceboundd.com and the password is “Space”.
we will not able to enter your password on your store. Please firstly open the password model.
How do you do that? I think it’s another bug because now when I click on enter password, nothing happens. But when I open the same new template, the button works and I can enter the password. I did not change anything when it comes to the password page in coding. I tried comparing between the 2 and this is the difference I see that I think is the cause.
Meanwhile the fresh new template doesn’t have this issue.
this is a syntax error in your theme.js file. so button is no working. let’s see the error if you have some basic knowledge of coding because we can’t solve here this bug.
if you can further discuss about it please contact us.
thankyou
I fixed it by resetting the theme.js file, thank you for your help. But the password should work now so back on the original issue about the transparent image showing up as white on mobile. How should I fix that?
Hello,
Please add the below code above in theme.liquid
online store >> edit code >> theme.liquid
@media only screen and (max-width: 749px){ .site-header__logo img { background-color: transparent!important; } }after added the given code looks like this.
If our solution is helpful for you then Please like the post and tap on accepted.
If you want to discuss any further information then please contact us on our whatsapp.
We will always here for your help.
Thankyou
Thank you so much!