Jump to content

changing logo on product detail page in 7.1

Recommended Posts

Posted

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!

  • Replies 3
  • Views 813
  • Created
  • Last Reply
Posted

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

 

Posted
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!)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.