BurakD Posted February 22 Share Posted February 22 Hi All, Opening and other pages use different logo types. I am looking for a way to change the logo both on mobile and desktop versions of the website on the other pages. It works on desktop. On mobile view, I couldn't get a response using the code below. <style> .header-title-logo a { content: url("https://static1.squarespace.com/static/6367f6214598cd043ea9b501/t/63b2e0fef9eeee6d051697d1/1672667390818/Logo_Icon_Black-01.png"); } </style> Link to comment
tuanphan Posted February 26 Share Posted February 26 Use this new code <style> header#header img { content: url(https://static1.squarespace.com/static/6367f6214598cd043ea9b501/t/63b2e0fef9eeee6d051697d1/1672667390818/Logo_Icon_Black-01.png); } </style> BurakD 1 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
BurakD Posted March 4 Author Share Posted March 4 On 2/26/2023 at 5:05 AM, tuanphan said: Thank you for your help. I tried that code again, but this time it looks so small on mobile view that it is almost impossible to recognize if it is a logo. <style> header#header img { content: url(https://static1.squarespace.com/static/6367f6214598cd043ea9b501/t/63b2e0fef9eeee6d051697d1/1672667390818/Logo_Icon_Black-01.png); } </style> Link to comment
Solution tuanphan Posted March 6 Solution Share Posted March 6 On 3/5/2023 at 3:10 AM, BurakD said: What is your site url? 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
BurakD Posted March 12 Author Share Posted March 12 I figured it out and it looks quite good right now. I changed the mobile logo size on the panel without adding extra lines of code. tuanphan 1 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