EmilyLewis Posted June 22 Share Posted June 22 Hey all, I need help changing the mobile logo on certain pages. I've used this code in the advanced page header which works for desktop, but doesn't change on mobile as well. Can some please help. <style> div.header-title-logo a { content:url("https://static1.squarespace.com/static/6297984c16b96d38a8a3db46/t/64946b887fe5ea59581ee0c6/1687448456951/_light.png") !important; } </style> I've photos of how it's currently looking on desktop and mobile for context. Emily Lewis Founder of TwoFold Squarespace websites for service-based businesses twofold-studios.com Link to comment
Solution tuanphan Posted June 23 Solution Share Posted June 23 Change your code to this new code <style> header#header img { content:url("https://static1.squarespace.com/static/6297984c16b96d38a8a3db46/t/64946b887fe5ea59581ee0c6/1687448456951/_light.png") !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
EmilyLewis Posted June 23 Author Share Posted June 23 6 hours ago, tuanphan said: Change your code to this new code <style> header#header img { content:url("https://static1.squarespace.com/static/6297984c16b96d38a8a3db46/t/64946b887fe5ea59581ee0c6/1687448456951/_light.png") !important; } </style> Thank you so much, it worked! Really appreciate it! tuanphan 1 Emily Lewis Founder of TwoFold Squarespace websites for service-based businesses twofold-studios.com Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment