I am trying to make the logo background transparent on mobile on the “Adorn” theme but it seems like i will have to tweak the code to make thss happen.
The logo background is transparent on computers and ipads, tablets but not for mobile devices.
https://exceptionally-yours.com/ is the website URL please help me!
1 Like
Hi @sairacokinos ,
I have tried to check on my mobile and see your logo background is transparent. Did you try to flush browser cache of you mobile device and check again?
hi, for me on my iphone its not trasnparent. Could you show me what you see on mobile if possible? also when i go to the link via instagram promotions it also is not transparent then. But on my friends page which is here https://clothandwoolshop.com/ the logo is transparent for mobile and instagram and goes down with the page as you scroll. is it possible to do something like this?
Hi @sairacokinos
In this case you can try to add this code into the bottom of the file theme–critical.css
.header--mobile {
position: absolute;
background: transparent;
top: 0;
left: 0;
}