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); } 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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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 Share Posted February 13 Is there a way to apply a specific colour? Link to comment
tuanphan Posted February 15 Share Posted February 15 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 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
Create an account or sign in to comment
You need to be a member in order to leave a comment