simoncreative Posted May 25, 2022 Share Posted May 25, 2022 Site URL: https://www.tristanandsimon.com/ Hi there i want to make the logo white on the splash page of a portfolio page but then invert it on the actual project pages. screenshots to help. i have this code already to invert the logo on the main homepage body:not(.homepage) .header-title-logo img { filter: invert(1); -webkit-filter: invert(1); } i have this I Link to comment
Beyondspace Posted May 25, 2022 Share Posted May 25, 2022 2 hours ago, simoncreative said: Site URL: https://www.tristanandsimon.com/ Hi there i want to make the logo white on the splash page of a portfolio page but then invert it on the actual project pages. screenshots to help. i have this code already to invert the logo on the main homepage body:not(.homepage) .header-title-logo img { filter: invert(1); -webkit-filter: invert(1); } i have this I Use this code to set invert for After hour page and portfolio page #collection-628ccb6e81d6187462b42405 .header-title-logo img ,#collection-627acba4c8146d6e5311809d .header-title-logo img{ filter: invert(0); -webkit-filter: invert(0); } Let me know how it works on your site 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) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Beyondspace Posted May 25, 2022 Share Posted May 25, 2022 My testing 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) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
simoncreative Posted May 25, 2022 Author Share Posted May 25, 2022 it seems like this did not work Link to comment
simoncreative Posted May 25, 2022 Author Share Posted May 25, 2022 One note is that i would like to invert both the logo and the navigation links between the 'splash page / menu pages' and the different individual project pages Link to comment
simoncreative Posted May 25, 2022 Author Share Posted May 25, 2022 this code works for the logo inverting on the homepage already body:not(.homepage) .header-title-logo img { filter: invert(1); -webkit-filter: invert(1); } how do i do the same on after hours? and how do i do the invert the navigation tabs also? thanks 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