Hello, When I put the header on side mode for mobiles, the logo is dark on a dark background. I would like to put the light logo instead.
Could you please help? Regards, Max
Hello,
By default is not possible to use a different logo in responsive and another in desktop mode. But you can achieve this by adding this css code into your custom css box:
@media (max-width: 480px){ #logo img.dark { content: url("https://www.max-amous.com/wp-content/uploads/2015/10/max-logo1.png"); } }
Best regards!
You must be logged in to reply to this topic.