AndreaRagazzo Posted June 23, 2020 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!
tuanphan Posted June 23, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
AndreaRagazzo Posted June 24, 2020 Author 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
tuanphan Posted June 24, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.