Rhianna Posted April 5, 2021 Share Posted April 5, 2021 Site URL: https://willowbaystudio.com/studio-sale/p/pigment-trio So I figured out how to change the store page logo but not the actual product details page. I'm on 7.1 This worked to invert BOTH the store logo and product details page logo, but I want to invert ONLY the product details page logo: <style> .header-title-logo { filter: invert(1); } </style> Any ideas here? https://willowbaystudio.com/studio-sale/p/pigment-trio Link to comment
jpeter Posted April 7, 2021 Share Posted April 7, 2021 You can try adding the following CSS: .collection-type-products:not(.view-list) .header-title-logo { filter: invert(1); } Full stack developer who loves helping people out with anything web related. If you'd like to support me, buy me a coffee! Link to comment
Rhianna Posted April 10, 2021 Author Share Posted April 10, 2021 Hmm that didn't work @jpeter Link to comment
Beyondspace Posted April 11, 2021 Share Posted April 11, 2021 9 hours ago, Rhianna said: Hmm that didn't work @jpeter That worked? Where did you put the code BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Rhianna Posted April 16, 2021 Author Share Posted April 16, 2021 Ahh ok figured it out, it was overlapping other logo code I had in there. Once I got rid of that it worked! Thank you!! creedon and Beyondspace 2 Link to comment
LucyDesigns Posted February 13, 2023 Share Posted February 13, 2023 Is there a way to apply a specific colour? Lucy O'Reilly Designs For Growth Ltd www.designsforgrowth.ie Link to comment
tuanphan Posted February 15, 2023 Share Posted February 15, 2023 On 2/13/2023 at 8:47 PM, LucyDesigns said: Is there a way to apply a specific colour? Yes. Possible. Use this code. Replace Pixabay with new logo url .collection-type-products:not(.view-list) .header-title-logo img { content: url(https://cdn.pixabay.com/photo/2022/03/23/18/56/beach-7087722_640.jpg); } 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!) 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