Have a different logo for mobile site than desktop website
SOLVE
Hello, and thank you in advance for the help!
We have built a website and are having an issue where the white logo looks good on desktop, but then is over a white background on mobile and does not show up.
Is there a way to have a different color logo for the mobile version? If not, is it possible to change that white background to something else?
Have a different logo for mobile site than desktop website
SOLVE
Hey @Drowland712 it doesn't show up on mobile because the whole background-color is currently white, notice that if you change the background color of the website you can now see the logo, see example below:
to answer your question, I would recommend overriding the image using CSS or JS. in my case I would prefer to override this using CSS.
Have a different logo for mobile site than desktop website
SOLVE
Hey @Drowland712 it doesn't show up on mobile because the whole background-color is currently white, notice that if you change the background color of the website you can now see the logo, see example below:
to answer your question, I would recommend overriding the image using CSS or JS. in my case I would prefer to override this using CSS.