AndreaRagazzo Posted June 23, 2020 Share Posted June 23, 2020 Does anyone know how to change the logo on the product detail page? I know how to change the logo for any other page, including the product page. But unfortunately, I need to do so also for the "product detail page". Thanks for any help! Link to comment
tuanphan Posted June 23, 2020 Share Posted June 23, 2020 Can you share the code which you used for other page? I think I can adjust for product detail page? 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
AndreaRagazzo Posted June 24, 2020 Author Share Posted June 24, 2020 This is the code I used on the store page: <style> /*Logo replaced*/ .header-title-logo img { content: url("https://static1.squarespace.com/static/5e28fdd9ab0e8c4ce7d85995/t/5eec7c1f7b14bd0e80d36145/1592556575280/r_logo_white.png"); width: auto; max-width: 100%; max-height: 80px; } </style> and this is my store link: https://www.andrearagazzo.com/shop Link to comment
tuanphan Posted June 24, 2020 Share Posted June 24, 2020 11 hours ago, AndreaRagazzo said: This is the code I used on the store page: <style> /*Logo replaced*/ .header-title-logo img { content: url("https://static1.squarespace.com/static/5e28fdd9ab0e8c4ce7d85995/t/5eec7c1f7b14bd0e80d36145/1592556575280/r_logo_white.png"); width: auto; max-width: 100%; max-height: 80px; } </style> and this is my store link: https://www.andrearagazzo.com/shop Add to Home > Design > Custom CSS .collection-type-products.view-item .header-title-logo img { content: unset !important; } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.